From: Juanma Barranquero Date: Wed, 16 Jan 2008 16:19:01 +0000 (+0000) Subject: (ada-convert-file-name): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.1.90~83 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8b6a3a6a0845515f99d5ac1a577c9f85316d82a;p=emacs.git (ada-convert-file-name): Fix typo in docstring. --- diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index 77d4213a6db..2740d1cec14 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el @@ -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