@@ -24,7 +24,7 @@ Options recognized by configure
The configure script in the toplevel directory will recognize these
options. It will pass them to the configure scripts in the tools,
-stubdomw and docs directory.
+stubdom, and docs directory.
Individual subsystems can be selected by one of the following options.
Please note that stubdom requires tools.
@@ -77,7 +77,7 @@ protocol, or via http if this option is enabled.
Disable xenstat and xentop monitoring tools.
--disable-monitors
-Disable build of certain ocaml libaries and tools. To actually build
+Disable build of certain ocaml libraries and tools. To actually build
them ocaml development packages must be installed. If they are missing
configure will automatically disable this option.
--disable-ocamltools
@@ -102,7 +102,7 @@ Build the old qemu used by xm/xend. This is required if existing domUs
should be migrated to this host, or if existing domU snapshots should be
started with this version of the tools. Only if all domUs used the new
upstream qemu during initial start it is safe to disable this option.
-The old qemu requires rombios, wich can be disable along with
+The old qemu requires rombios, which can be disable along with
qemu-traditional.
--enable-qemu-traditional
--enable-rombios
@@ -193,7 +193,7 @@ debug=y
debug_symbols=y
If --prefix= was used during configure the and ocaml was enabled the
-resuling libraries will not be installed in the specified path. Instead
+resulting libraries will not be installed in the specified path. Instead
the path provided by ocamlfind(1) will be used. This variable can be
used to override this path. Using the environment variable
OCAMLFIND_DESTDIR= and OCAMLFIND_METADIR= will have the same effect.
@@ -243,7 +243,7 @@ SEABIOS_UPSTREAM_URL=
This variable can be used to use DIR/include and DIR/lib during build.
This is the same as PREPEND_LIB and PREPEND_INCLUDES. APPEND_LIB and
-APPEND_INCLUDES= will be appendend to the CFLAGS/LDFLAGS variable.
+APPEND_INCLUDES= will be appended to the CFLAGS/LDFLAGS variable.
EXTRA_PREFIX=DIR
PREPEND_LIB=DIR
PREPEND_INCLUDES=DIR
@@ -277,7 +277,7 @@ Systemd support
If the systemd development packages are available then the support for
systemd will be enabled per default. It is required to manually enable
the installed systemd service files. Systemd has dependency tracking,
-which means all dependencies wil be started automatically:
+which means all dependencies will be started automatically:
systemctl enable xen-qemu-dom0-disk-backend.service
systemctl enable xen-init-dom0.service