Apply patch from Tyler Oderkirk which fixes a typo
[zsh-lovers.git] / zsh-lovers.1.txt
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
 -------------------------------------------------------------------------------