diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-12 00:34:43 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-12 00:34:43 +0100 |
commit | 9b8ba1e59d432dba5170b085cd45923cde0fba67 (patch) | |
tree | 94503d36b8afc463a1f42d8a2df92015f9f3ca82 /lisp/cedet | |
parent | 40a8bdf60f261d476869cdb1276a00e5641ceba4 (diff) | |
download | emacs-9b8ba1e59d432dba5170b085cd45923cde0fba67.tar.gz |
Fix more typos.
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/semantic/scope.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index 78a1fd049f0..53695015e4a 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el @@ -426,7 +426,7 @@ implicit \"object\"." ;; Collect all the types (class, etc) that are in our heratage. ;; These are types that we can extract members from, not those - ;; delclared in using statements, or the like. + ;; declared in using statements, or the like. ;; Get the PARENTS including nesting scope for this location. (while parentlist (oset miniscope scope currentscope) |