diff lisp/cedet/ede/files.el @ 106837:855f55740303

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:37:23 +0100
parents 1d1d5d9bd884
children 4cf58c2379f4
line wrap: on
line diff
--- a/lisp/cedet/ede/files.el	Thu Jan 14 19:29:36 2010 +0100
+++ b/lisp/cedet/ede/files.el	Thu Jan 14 19:37:23 2010 +0100
@@ -442,7 +442,7 @@
 	      (setq ans calc))
 	  ;; If we failed to calculate something, we
 	  ;; should add it to the hash, but ONLY if we are not
-	  ;; going to FORCE the file into existance.
+	  ;; going to FORCE the file into existence.
 	  (when (not force)
 	    (ede-locate-add-file-to-hash loc filename 'nomatch))))
       ))