]> git.eshelyaron.com Git - emacs.git/commitdiff
* cedet/semantic/db-file.el (object-write): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 20 Jul 2010 00:04:31 +0000 (02:04 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 20 Jul 2010 00:04:31 +0000 (02:04 +0200)
lisp/ChangeLog
lisp/cedet/semantic/db-file.el

index 05f72778b4fd08d871bc007425fdfc6abccda875..96a55e15dd5ee41662e2d2d26bbb42e5794dc800 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
+
 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
 
        * time.el (display-time-day-and-date): Remove spurious * in docstring.
index 85b0d75338d44c6d2da4fff95f4cf4516f71c34b..95d634920b5016daa735947a2a43be472df53b94 100644 (file)
@@ -277,7 +277,7 @@ to prevent overload.")
 
 (defmethod object-write ((obj semanticdb-table))
   "When writing a table, we have to make sure we deoverlay it first.
-Restore the overlays after writting.
+Restore the overlays after writing.
 Argument OBJ is the object to write."
   (when (semanticdb-live-p obj)
     (when (semanticdb-in-buffer-p obj)