]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/tag-file.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / semantic / tag-file.el
index 17fd3b453568ea12eee82270738a30e52f26cb42..86fa382a766aa662f0c9bb9ec05fa4b2268ea3c9 100644 (file)
@@ -125,7 +125,7 @@ Depends on `semantic-dependency-include-path' for searching.  Always searches
          (tag-fname nil))
       (cond ((semantic-tag-in-buffer-p tag)
             ;; If the tag has an overlay and buffer associated with it,
-            ;; switch to that buffer so that we get the right override metohds.
+            ;; switch to that buffer so that we get the right override methods.
             (set-buffer (semantic-tag-buffer tag)))
            ((semantic-tag-file-name tag)
             ;; If it didn't have a buffer, but does have a file
@@ -154,7 +154,7 @@ Depends on `semantic-dependency-include-path' for searching.  Always searches
          (setq result
                ;; I don't have a plan for refreshing tags with a dependency
                ;; stuck on them somehow.  I'm thinking that putting a cache
-               ;; onto the dependancy finding with a hash table might be best.
+               ;; onto the dependency finding with a hash table might be best.
                ;;(if (semantic--tag-get-property tag 'dependency-file)
                ;;  (semantic--tag-get-property tag 'dependency-file)
                (:override