zshrc: Minor mispelling in output of purge().
authorJoerg Woelke <joewoe@fsmail.de>
Wed, 26 Aug 2009 11:06:30 +0000 (13:06 +0200)
committerFrank Terbeck <ft@bewatermyfriend.org>
Wed, 26 Aug 2009 11:20:38 +0000 (13:20 +0200)
If then <-> more than.

Added changelog entry. -ft

debian/changelog
etc/zsh/zshrc

index e9768af..2511cf6 100644 (file)
@@ -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 <ft@grml.org>  Tue, 25 Aug 2009 22:31:04 +0200
+ -- Frank Terbeck <ft@grml.org>  Wed, 26 Aug 2009 13:19:31 +0200
 
 grml-etc-core (0.3.73) unstable; urgency=low
 
index 0b6e652..6ce77f5 100644 (file)
@@ -3474,7 +3474,7 @@ purge() {
             rm ${FILES}
             echo ">> $PWD purged, $NBFILES files removed"
         else
-            echo "Ok. .. than not.."
+            echo "Ok. .. then not.."
         fi
     fi
 }