From ace32ae4a5dffd70e1b924d597bd2450d0417590 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 1 Aug 2010 22:57:48 -0400 Subject: [PATCH] Fix typo: overriden -> overridden (thanks, lintian). --- etc/grml/fai/apt/important_note.txt | 2 +- etc/grml/fai/apt/sources.list | 2 +- grml-live | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.1.4