From: Simon Ruderich Date: Wed, 5 Aug 2009 13:17:09 +0000 (+0200) Subject: lib.sh: Minor documentation fixes. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=6a5e872d70869768816fc9461b8c2b4a2087d046 lib.sh: Minor documentation fixes. --- diff --git a/lib.sh b/lib.sh index 9d79b65..da00cce 100644 --- 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