diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 13:34:47 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 13:34:47 +0100 |
commit | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch) | |
tree | b5c96cf9f1cc1c0c78ed998040e40ab126da95bb /test/cedet | |
parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz |
Fix typos.
Diffstat (limited to 'test/cedet')
-rw-r--r-- | test/cedet/srecode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |