Mercurial > emacs
diff admin/quick-install-emacs @ 107147:e89adb122b6b
* quick-install-emacs (PRUNED): Fix typo in message.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sun, 14 Feb 2010 18:30:41 +0100 |
| parents | 1d1d5d9bd884 |
| children | 78601a361261 376148b31b5e |
line wrap: on
line diff
--- a/admin/quick-install-emacs Sun Feb 14 18:28:10 2010 +0100 +++ b/admin/quick-install-emacs Sun Feb 14 18:30:41 2010 +0100 @@ -276,7 +276,7 @@ if [ -d $DST/$DIR ]; then echo Directory $DST/$DIR exists else - echo Directory $DST/$DIR non-existant + echo Directory $DST/$DIR non-existent if [ "`echo $DIR | egrep -v "$AVOID_PAT"`" ]; then maybe_mkdir $DST/$DIR fi
