]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/analyze/debug.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / semantic / analyze / debug.el
index b02358b72439ae37d0c0f9a26c4e8cedc08bbbb2..ce8e79b19dc97f75b0ce74f519263ecf5acb0206 100644 (file)
@@ -70,7 +70,7 @@
       (let ((pentry (nth idx pf))
            (ptentry (nth idx pft)))
        (if (or (stringp pentry) (not ptentry))
-           ;; Found someting ok.  stop
+           ;; Found something ok.  Stop.
            (setq stop t)
          (setq idx (1+ idx)))))
     ;; We found the first non-tag entry.  What is the situation?