summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/ctxt.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-14 22:00:24 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-14 22:00:24 +0100
commit0b381c7eb83c635f39159168a48c869d632d8081 (patch)
tree32ad79519ce958dc2dbcdcd357d37d652314edb1 /lisp/cedet/semantic/ctxt.el
parent8350f087efe62e2ce0ded434534629a56cdc4e8c (diff)
downloademacs-0b381c7eb83c635f39159168a48c869d632d8081.tar.gz
Fix typos.
Diffstat (limited to 'lisp/cedet/semantic/ctxt.el')
-rw-r--r--lisp/cedet/semantic/ctxt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/ctxt.el b/lisp/cedet/semantic/ctxt.el
index 2eddfdc1c8e..1108e019870 100644
--- a/lisp/cedet/semantic/ctxt.el
+++ b/lisp/cedet/semantic/ctxt.el
@@ -154,7 +154,7 @@ Return non-nil if there is no upper context."
(define-overloadable-function semantic-get-local-variables (&optional point)
"Get the local variables based on POINT's context.
Local variables are returned in Semantic tag format.
-This can be overriden with `get-local-variables'."
+This can be overridden with `get-local-variables'."
;; Disable parsing messages
(let ((semantic--progress-reporter nil))
(save-excursion