From 8d2a82c34184506ca581fa961ce0022440abeb18 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 13 Feb 2025 10:42:22 -0600 Subject: [PATCH] Speling --- chapter08/coreutils.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.