changeset 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 149c0b848923
children 58c64dad904e
files admin/ChangeLog admin/quick-install-emacs
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin/ChangeLog	Sun Feb 14 18:28:10 2010 +0100
+++ b/admin/ChangeLog	Sun Feb 14 18:30:41 2010 +0100
@@ -1,3 +1,7 @@
+2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
+
+	* quick-install-emacs (PRUNED): Fix typo in message.
+
 2010-01-20  Glenn Morris  <rgm@gnu.org>
 
 	* revdiff: Remove file that only works with CVS, and isn't really
--- 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