# HG changeset patch # User Juanma Barranquero # Date 1200500341 0 # Node ID f8e2d487fe6ecbc655c0b4ded2ffe2bed97c8079 # Parent ee51adf0aeffc85c4a2517547bca0e8a75acaa83 (ada-convert-file-name): Fix typo in docstring. diff -r ee51adf0aeff -r f8e2d487fe6e lisp/progmodes/ada-xref.el --- a/lisp/progmodes/ada-xref.el Wed Jan 16 16:18:32 2008 +0000 +++ b/lisp/progmodes/ada-xref.el Wed Jan 16 16:19:01 2008 +0000 @@ -617,7 +617,7 @@ (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