From: Joerg Woelke Date: Wed, 26 Aug 2009 11:06:30 +0000 (+0200) Subject: zshrc: Minor mispelling in output of purge(). X-Git-Tag: v0.3.75~12 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=37c121ea95764ec47f81247933bf67a540fdcd1e zshrc: Minor mispelling in output of purge(). If then <-> more than. Added changelog entry. -ft --- diff --git a/debian/changelog b/debian/changelog index e9768af..2511cf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,9 @@ grml-etc-core (0.3.74) unstable; urgency=low * zshrc: Fix the lsx alias. * zshrc: Removing shtgz(). shtar() does the same, just portably. * zshrc: Remove broken ytdl() function. + * zshrc: Typo fixes - -- Frank Terbeck Tue, 25 Aug 2009 22:31:04 +0200 + -- Frank Terbeck Wed, 26 Aug 2009 13:19:31 +0200 grml-etc-core (0.3.73) unstable; urgency=low diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 0b6e652..6ce77f5 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3474,7 +3474,7 @@ purge() { rm ${FILES} echo ">> $PWD purged, $NBFILES files removed" else - echo "Ok. .. than not.." + echo "Ok. .. then not.." fi fi }