# HG changeset patch # User Juanma Barranquero # Date 1279584271 -7200 # Node ID 6f6d05f979a299fa61d1548fba7252ce271e0243 # Parent e510f7e2723afb67745856142d55dced480d7a13 * cedet/semantic/db-file.el (object-write): Fix typo in docstring. diff -r e510f7e2723a -r 6f6d05f979a2 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 19 12:42:22 2010 +0200 +++ b/lisp/ChangeLog Tue Jul 20 02:04:31 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-20 Juanma Barranquero + + * cedet/semantic/db-file.el (object-write): Fix typo in docstring. + 2010-07-19 Juanma Barranquero * time.el (display-time-day-and-date): Remove spurious * in docstring. diff -r e510f7e2723a -r 6f6d05f979a2 lisp/cedet/semantic/db-file.el --- a/lisp/cedet/semantic/db-file.el Mon Jul 19 12:42:22 2010 +0200 +++ b/lisp/cedet/semantic/db-file.el Tue Jul 20 02:04:31 2010 +0200 @@ -277,7 +277,7 @@ (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)