From: Michael Prokop Date: Mon, 2 Aug 2010 02:57:48 +0000 (-0400) Subject: Fix typo: overriden -> overridden (thanks, lintian). X-Git-Tag: v0.10.0~1 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=ace32ae4a5dffd70e1b924d597bd2450d0417590 Fix typo: overriden -> overridden (thanks, lintian). --- diff --git a/etc/grml/fai/apt/important_note.txt b/etc/grml/fai/apt/important_note.txt index 7d4e0c0..ed10c48 100644 --- a/etc/grml/fai/apt/important_note.txt +++ b/etc/grml/fai/apt/important_note.txt @@ -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! diff --git a/etc/grml/fai/apt/sources.list b/etc/grml/fai/apt/sources.list index 1b052e7..b5671a1 100644 --- a/etc/grml/fai/apt/sources.list +++ b/etc/grml/fai/apt/sources.list @@ -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 diff --git a/grml-live b/grml-live index e5d6c77..060d3a2 100755 --- 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