]> code.delx.au - gnu-emacs/blobdiff - test/automated/eieio-test-methodinvoke.el
Update copyright year to 2015
[gnu-emacs] / test / automated / eieio-test-methodinvoke.el
index 76a28919f2190a2ca4cb4414cc1635bf55555061..f2fe37836f3d4cb315dc1e8419ed7146458a4088 100644 (file)
@@ -1,8 +1,9 @@
-;;; eieio-testsinvoke.el -- eieio tests for method invokation
+;;; eieio-testsinvoke.el -- eieio tests for method invocation
 
-;; Copyright (C) 2005, 2008, 2010, 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2008, 2010, 2013-2015 Free Software Foundation,
+;; Inc.
 
-;; Author: Eric. M. Ludlam <zappo@gnu.org>
+;; Author: Eric M. Ludlam <zappo@gnu.org>
 
 ;; This file is part of GNU Emacs.
 
     (setq eieio-test-method-order-list (nreverse eieio-test-method-order-list))
     (eieio-test-match ans)))
 
-;;; Test static invokation
+;;; Test static invocation
 ;;
 (defmethod eitest-H :STATIC ((class eitest-A))
   "No need to do work in here."