diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index dfe6d0da5..36d428981 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -71,7 +71,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
build system, so the configuration files must
be regenerated. Normally we would use the
-i option to update the standard
- auxilary files, but for this package it does not work because
+ auxiliary files, but for this package it does not work because
configure.ac specified an old gettext
version.
@@ -80,7 +80,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
automake -af
- The automake auxilary files were not updated by
+ The automake auxiliary files were not updated by
autoreconf due to the missing
-i option. This command updates them
to prevent a build failure.