]> code.delx.au - gnu-emacs/blobdiff - test/automated/reftex-tests.el
Update copyright year to 2016
[gnu-emacs] / test / automated / reftex-tests.el
index 74a9f3d806c06cd7f42adaf722c69b06dff919eb..0f1186d8a825cdc85fd9939bf539b923c57e31f9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; reftex-tests.el --- Test suite for reftex. -*- lexical-binding: t -*-
 
-;; Copyright (C) 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2016 Free Software Foundation, Inc.
 
 ;; Author: RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
 ;; Keywords:       internal
@@ -99,7 +99,7 @@
   ;; MS-Windows into their long file-name equivalents, which is
   ;; necessary for the 'equal' and 'string=' comparisons below.  This
   ;; also resolves any symlinks, which cannot be bad for the same
-  ;; reason.  (An alternatrive solution would be to use file-equal-p,
+  ;; reason.  (An alternative solution would be to use file-equal-p,
   ;; but I'm too lazy to do that, as one of the tests compares a
   ;; list.)
   (let* ((temp-dir (file-truename (make-temp-file "reftex-parse" 'dir)))