summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-16 13:34:47 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-16 13:34:47 +0100
commit58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch)
treeb5c96cf9f1cc1c0c78ed998040e40ab126da95bb /test
parent110490118ed91082753d0f9e15d1774b6002caa2 (diff)
downloademacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz
Fix typos.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/cedet/srecode-tests.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index de4fb270440..5265f4175a7 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-16 Juanma Barranquero <lekktu@gmail.com>
+
+ * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
+
2011-10-30 Ulf Jasper <ulf.jasper@web.de>
* automated/newsticker-tests.el
diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el
index 10b06f5cd01..a1b8f60b2ec 100644
--- a/test/cedet/srecode-tests.el
+++ b/test/cedet/srecode-tests.el
@@ -177,7 +177,7 @@ It is filled with some text."
(mapc (lambda (T)
(when (slot-boundp T 'overlay)
- (error "Overlay did not clear off of of field %s"
+ (error "Overlay did not clear off of field %s"
(object-name T))))
fields)