]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-convert-file-name): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Jan 2008 16:19:01 +0000 (16:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Jan 2008 16:19:01 +0000 (16:19 +0000)
lisp/progmodes/ada-xref.el

index 77d4213a6db3b63f0b142f4f4408a475f1097a06..2740d1cec14c5df2415023339ea35cce1438f349 100644 (file)
@@ -617,7 +617,7 @@ If NO-USER-QUESTION, don't prompt user for file.  Call
 
 (defun ada-convert-file-name (name)
   "Convert from NAME to a name that can be used by the compilation commands.
-This is overriden on VMS to convert from VMS filenames to Unix filenames."
+This is overridden on VMS to convert from VMS filenames to Unix filenames."
   name)
 ;; FIXME: use convert-standard-filename instead