changeset 68933:88689f411bd6

(flymake-fix-file-name): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 Feb 2006 11:40:51 +0000
parents dc25f1fd56f5
children b2331da25bb1
files lisp/progmodes/flymake.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/flymake.el	Thu Feb 16 11:36:52 2006 +0000
+++ b/lisp/progmodes/flymake.el	Thu Feb 16 11:40:51 2006 +0000
@@ -339,7 +339,7 @@
             nil)))))
 
 (defun flymake-fix-file-name (name)
-  "Replace all occurences of '\' with '/'."
+  "Replace all occurrences of '\' with '/'."
   (when name
     (setq name (expand-file-name name))
     (setq name (abbreviate-file-name name))