* src/fns.c (Feql): Use `scm_eqv_p'.
[bpt/emacs.git] / test / automated / eieio-test-methodinvoke.el
index 76a2891..0b0dd5d 100644 (file)
@@ -1,8 +1,8 @@
-;;; 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-2014 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."