]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lib.sh: Minor documentation fixes.
authorSimon Ruderich <simon@ruderich.org>
Wed, 5 Aug 2009 13:17:09 +0000 (15:17 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 5 Aug 2009 13:17:09 +0000 (15:17 +0200)
lib.sh

diff --git a/lib.sh b/lib.sh
index 9d79b65b1d39524ec3a2b84f05d13cb002fd4f5b..da00cce8d2c9be6e4b13f77bbe638bb8718eb1de 100644 (file)
--- a/lib.sh
+++ b/lib.sh
@@ -4,7 +4,7 @@
 
 
 # csh gives the error "Unknown colorls variable `su'." when used with newer
-# options supported by zsh or GNU ls.
+# options supported by Zsh or GNU ls.
 unset LS_COLORS
 
 
@@ -30,7 +30,7 @@ os() {
     fi
 }
 
-# Creates a symbolic link for file $1 in dirname of $2 with name of basenmae
+# Creates a symbolic link for file $1 in dirname of $2 with name of basename
 # $2.
 #
 # `./link.sh example ~/.examplerc` creates a symbolic link to example
@@ -80,7 +80,7 @@ warning() {
     echo "# It was generated from $2 on `date`." >> $1
     echo >> $1
 
-    # Display given options if there were any (zsh has a problem with $options
+    # Display given options if there were any (Zsh has a problem with $options
     # as variable name).
     option=
     if [ -n "$4" ]; then