diff options
Diffstat (limited to 'test/cedet/srecode-tests.el')
-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) |