From 37c121ea95764ec47f81247933bf67a540fdcd1e Mon Sep 17 00:00:00 2001 From: Joerg Woelke Date: Wed, 26 Aug 2009 13:06:30 +0200 Subject: [PATCH] zshrc: Minor mispelling in output of purge(). If then <-> more than. Added changelog entry. -ft --- debian/changelog | 3 ++- etc/zsh/zshrc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 } -- 2.1.4