]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/tag-file.el
Update copyright year to 2015
[gnu-emacs] / lisp / cedet / semantic / tag-file.el
index 17fd3b453568ea12eee82270738a30e52f26cb42..fc5af6b908e70b80357349fb5a90f72521dfbc32 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/tag-file.el --- Routines that find files based on tags.
 
-;; Copyright (C) 1999-2005, 2007-201 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2005, 2007-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: syntax
@@ -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