summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-01-21 22:06:42 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-01-21 22:06:58 -0800
commit394b976fb9c76fa21049329442bd33f337b55567 (patch)
tree95aa124a75f57d2671b99d253ad9b63bf24fd5ed
parent8dd58a2d1fedaa16573bc67e986dc2014620c681 (diff)
Spelling fix
-rw-r--r--test/automated/eieio-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/eieio-tests.el b/test/automated/eieio-tests.el
index e0120b4b5b..847aefd63f 100644
--- a/test/automated/eieio-tests.el
+++ b/test/automated/eieio-tests.el
@@ -655,7 +655,7 @@ Do not override for `prot-2'."
(oref eitest-p1 slot-1)
(oref eitest-p2 slot-1)
;; Accessing protected slot out of context used to fail, but we dropped this
- ;; feature, since it was underused and noone noticed that the check was
+ ;; feature, since it was underused and no one noticed that the check was
;; incorrect (much too loose).
;;PROTECTED (should-error (oref eitest-p1 slot-2) :type 'invalid-slot-name)
;; Access protected slot in method