]> code.delx.au - gnu-emacs/blobdiff - test/cedet/srecode-tests.el
Fix Bug#20943.
[gnu-emacs] / test / cedet / srecode-tests.el
index 10b06f5cd017cbc6f82c35d98f7c39934770ddae..f7529ecb5e3e22771216dc25b519862f4fb8212a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srecode-tests.el --- Some tests for CEDET's srecode
 
-;; Copyright (C) 2008-201 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -177,7 +177,7 @@ It is filled with some text."
 
       (mapc (lambda (T)
              (when (slot-boundp T 'overlay)
-               (error "Overlay did not clear off of of field %s"
+               (error "Overlay did not clear off of field %s"
                       (object-name T))))
            fields)
 
@@ -272,7 +272,7 @@ Dump out the extracted dictionary."
              (not (semantic-tag-of-class-p fcn-in 'function)))
       (error "No tag of class 'function to insert comment for"))
 
-    (let ((lextok (semantic-documentation-comment-preceeding-tag fcn-in 'lex))
+    (let ((lextok (semantic-documentation-comment-preceding-tag fcn-in 'lex))
          )
 
       (when (not lextok)