Apply patch from Tyler Oderkirk which fixes a typo
authorMichael Prokop <devnull@localhost>
Mon, 21 Jul 2008 00:15:40 +0000 (02:15 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 21 Jul 2008 00:15:40 +0000 (02:15 +0200)
debian/changelog
zsh-lovers.1.txt

index cf5be80..38da044 100644 (file)
@@ -1,3 +1,9 @@
+zsh-lovers (0.8.1) unstable; urgency=low
+
+  * Apply patch from Tyler Oderkirk which fixes a typo.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 21 Jul 2008 02:15:13 +0200
+
 zsh-lovers (0.8.0) unstable; urgency=low
 
   * Apply patch by Christian Schneider providing some further
index a7e3f79..60d83e0 100644 (file)
@@ -782,7 +782,7 @@ $ autoload -U age
 
 # convert 1st char of a word to uppercase
   $ foo="one two three four"
-  $ print -r -- "${(C)var}"
+  $ print -r -- "${(C)foo}"
   One Two Three Four
 -------------------------------------------------------------------------------