diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-18 15:33:34 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-18 15:33:34 -0500 |
commit | fb5f62be63a5e84a2badbade07fba1839df7ab5d (patch) | |
tree | b1bd382e3e9c588215a1cd71895a19d93b9e6d2f /chapter08/gcc.xml | |
parent | 1fde5b2617369cdf70948bcf07c217bb19c9be94 (diff) |
Speling
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 281883c0a..482b588db 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -103,7 +103,7 @@ cd build</userinput></screen> <listitem> <para>By default, during the installation of GCC some system headers would be <quote>fixed</quote> to be used with GCC. This - is not necessary for a modern Linux system, and potentionally + is not necessary for a modern Linux system, and potentially harmful if a package is reinstalled after installing GCC. This switch prevents GCC from <quote>fixing</quote> the headers.</para> </listitem> |