]> code.delx.au - gnu-emacs/blobdiff - test/cedet/srecode-tests.el
Fix Bug#20943.
[gnu-emacs] / test / cedet / srecode-tests.el
index d0239f627b3033076dbb74d1afc682fa14971aa6..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>
 
@@ -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)