aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-16 13:34:47 +0100
committerJuanma Barranquero2011-11-16 13:34:47 +0100
commit58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch)
treeb5c96cf9f1cc1c0c78ed998040e40ab126da95bb /test
parent110490118ed91082753d0f9e15d1774b6002caa2 (diff)
downloademacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz
emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip
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 @@
12011-11-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
4
12011-10-30 Ulf Jasper <ulf.jasper@web.de> 52011-10-30 Ulf Jasper <ulf.jasper@web.de>
2 6
3 * automated/newsticker-tests.el 7 * 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."
177 177
178 (mapc (lambda (T) 178 (mapc (lambda (T)
179 (when (slot-boundp T 'overlay) 179 (when (slot-boundp T 'overlay)
180 (error "Overlay did not clear off of of field %s" 180 (error "Overlay did not clear off of field %s"
181 (object-name T)))) 181 (object-name T))))
182 fields) 182 fields)
183 183