emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 394b976: Spelling fix


From: Paul Eggert
Subject: [Emacs-diffs] master 394b976: Spelling fix
Date: Thu, 22 Jan 2015 06:07:09 +0000

branch: master
commit 394b976fb9c76fa21049329442bd33f337b55567
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fix
---
 test/automated/eieio-tests.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/automated/eieio-tests.el b/test/automated/eieio-tests.el
index e0120b4..847aefd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]