diff options
author | Frans Pop <elendil@planet.nl> | 2006-07-24 09:58:00 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-07-24 09:58:00 +0000 |
commit | a95e095e44024c6d10b50ae8e12cb24e59b540a1 (patch) | |
tree | cec3966298b9ee181fd7ba6f3fbe4f2166f47790 | |
parent | d2ea70c624141d587b5d1376aea7fa4f4818f066 (diff) | |
download | installation-guide-a95e095e44024c6d10b50ae8e12cb24e59b540a1.zip |
Fix typo
-rw-r--r-- | en/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 8e75eafa9..76fdbca7a 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1143,7 +1143,7 @@ settings for certain configurations in other files. # string echo if [ "`hostname`" = bob ]; then echo bob.cfg; fi # Most flexibly of all, this downloads a program and runs it. The program -# can use commands such as debconf-set to manupulate the debconf database. +# can use commands such as debconf-set to manipulate the debconf database. # Note that if the filenames are relative, they are taken from the same # directory as the preconfiguration file that runs them. d-i preseed/run string foo.sh |