summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/db-file.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-07-20 02:04:31 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-07-20 02:04:31 +0200
commit604f7ca6ec1d91a13a77f7338c1866d23e5434dd (patch)
treee7d501c6713e7cc61a1f14a1aed7f6e6a250f9c1 /lisp/cedet/semantic/db-file.el
parent7c7c04c037f2280f01f7e088b6f7b491d0d0f150 (diff)
downloademacs-604f7ca6ec1d91a13a77f7338c1866d23e5434dd.tar.gz
* cedet/semantic/db-file.el (object-write): Fix typo in docstring.
Diffstat (limited to 'lisp/cedet/semantic/db-file.el')
-rw-r--r--lisp/cedet/semantic/db-file.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el
index 85b0d75338d..95d634920b5 100644
--- a/lisp/cedet/semantic/db-file.el
+++ b/lisp/cedet/semantic/db-file.el
@@ -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)