diff options
author | Frans Pop <elendil@planet.nl> | 2006-07-25 14:15:06 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-07-25 14:15:06 +0000 |
commit | 41c3a68a78adb793ab1f728cdbfe7e8e5db1146f (patch) | |
tree | aa46b4191e5c7229a45b818273480071cd849573 /ja/appendix/preseed.xml | |
parent | 1926fc5af3348c6c8f722bccebf078da74dcfcf6 (diff) | |
download | installation-guide-41c3a68a78adb793ab1f728cdbfe7e8e5db1146f.zip |
Fix earlier typo also in XML-based translations
Diffstat (limited to 'ja/appendix/preseed.xml')
-rw-r--r-- | ja/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ja/appendix/preseed.xml b/ja/appendix/preseed.xml index 20ff4fdc5..aba3c7fb3 100644 --- a/ja/appendix/preseed.xml +++ b/ja/appendix/preseed.xml @@ -1714,7 +1714,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 |