]> git.eshelyaron.com Git - emacs.git/commitdiff
(flymake-fix-file-name): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Feb 2006 11:40:51 +0000 (11:40 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Feb 2006 11:40:51 +0000 (11:40 +0000)
lisp/progmodes/flymake.el

index 9a6024c8e8ba0e62b8c5899db85aca5d057268b0..4f197e34bfe79cc81acfaf7255376c05333dfe31 100644 (file)
@@ -339,7 +339,7 @@ Return its file name if found, or nil if not found."
             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))