Fix typo: overriden -> overridden (thanks, lintian).
authorMichael Prokop <mika@grml.org>
Mon, 2 Aug 2010 02:57:48 +0000 (22:57 -0400)
committerMichael Prokop <mika@grml.org>
Mon, 2 Aug 2010 04:14:38 +0000 (00:14 -0400)
etc/grml/fai/apt/important_note.txt
etc/grml/fai/apt/sources.list
grml-live

index 7d4e0c0..ed10c48 100644 (file)
@@ -1,4 +1,4 @@
 # NOTE: This directory is *NOT* meant for manual customisation! Files in this
-# directory are written by grml-live only and any changes might be overriden.
+# directory are written by grml-live only and any changes might be overridden.
 # You might consider using GRML_LIVE_SOURCES in /etc/grml/grml-live.conf*
 # or FAI's fcopy command with /etc/grml/fai/config/files instead!
index 1b052e7..b5671a1 100644 (file)
@@ -1,5 +1,5 @@
 # NOTE: This file is *NOT* meant for manual customisation! This file is
-# modified by grml-live and any changes might be overriden.
+# modified by grml-live and any changes might be overridden.
 # You might consider using GRML_LIVE_SOURCES in /etc/grml/grml-live.conf*
 # or FAI's fcopy command with /etc/grml/fai/config/files instead!
 deb http://deb.grml.org/            grml-stable  main
index e5d6c77..060d3a2 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -390,7 +390,7 @@ if [ -n "$MIRROR_DIRECTORY" ] ; then
    fi
    cat > "$SOURCES_LIST_FILE" << EOF
 # NOTE: This file is *NOT* meant for manual customisation! This file is
-# modified by grml-live and any changes might be overriden.
+# modified by grml-live and any changes might be overridden.
 # You might consider using GRML_LIVE_SOURCES in /etc/grml/grml-live.conf*
 # or FAI's fcopy command with /etc/grml/fai/config/files instead!
 EOF
@@ -401,7 +401,7 @@ EOF
 elif [ -n "$GRML_LIVE_SOURCES" ] ; then
    cat > "$SOURCES_LIST_FILE" << EOF
 # NOTE: This file is *NOT* meant for manual customisation! This file is
-# modified by grml-live and any changes might be overriden.
+# modified by grml-live and any changes might be overridden.
 # You might consider using GRML_LIVE_SOURCES in /etc/grml/grml-live.conf*
 # or FAI's fcopy command with /etc/grml/fai/config/files instead!
 EOF