]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/srecode/srt-mode.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / srecode / srt-mode.el
index 5a407aad135ac463acacbb8bda66b1e284faebaa..0a99b7869e8fc30beba42ad0255c10d809985af9 100644 (file)
@@ -483,7 +483,7 @@ section or ? for an ask variable."
 
        (if (> start (point))
            ;; If our starting point is after the found point, that
-           ;; means we are not inside the macro.  Retur nil.
+           ;; means we are not inside the macro.  Return nil.
            nil
          ;; We are inside the macro, extract the text so far.
          (let* ((macroend (match-beginning 0))