]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/texi.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / semantic / texi.el
index 78de16c4f92050f3973ff8eb28850d9791af7ffe..78d5569c2a759a452159dd3a034fdcc7711d6396 100644 (file)
@@ -262,7 +262,7 @@ can handle the @menu environment.")
       (let ((parenthetical (semantic-up-context-default))
            )
        (when (not parenthetical)
-         ;; We are in parenthises.  Are they the types of parens
+         ;; We are in parentheses.  Are they the types of parens
          ;; belonging to a texinfo construct?
          (forward-word -1)
          (when (looking-at "@\\w+{")