diff lisp/cedet/cedet-files.el @ 105325:42404460bd67

Doc/message fixes.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 02:39:07 +0000
parents 130db1220dfd
children 7f4c7f5c0eba
line wrap: on
line diff
--- a/lisp/cedet/cedet-files.el	Thu Oct 01 02:23:29 2009 +0000
+++ b/lisp/cedet/cedet-files.el	Thu Oct 01 02:39:07 2009 +0000
@@ -1,6 +1,6 @@
 ;;; cedet-files.el --- Common routines dealing with file names.
 
-;;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -28,7 +28,7 @@
 
 (defun cedet-directory-name-to-file-name (referencedir &optional testmode)
   "Convert the REFERENCEDIR (a full path name) into a filename.
-Convert directory seperation characters into ! characters.
+Convert directory separation characters into ! characters.
 Optional argument TESTMODE is used by tests to avoid conversion
 to the file's truename, and dodging platform tricks."
   (let ((file referencedir))