From a8b6a3a6a0845515f99d5ac1a577c9f85316d82a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 16 Jan 2008 16:19:01 +0000 Subject: [PATCH] (ada-convert-file-name): Fix typo in docstring. --- lisp/progmodes/ada-xref.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2