diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-04 22:57:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-04 22:57:24 -0700 |
commit | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch) | |
tree | 94c73a545a14f064a9e30559089769f60dfbbf34 /lisp/cedet/semantic/decorate | |
parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.bz2 emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip |
Spelling fixes.
Diffstat (limited to 'lisp/cedet/semantic/decorate')
-rw-r--r-- | lisp/cedet/semantic/decorate/include.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/decorate/include.el b/lisp/cedet/semantic/decorate/include.el index ede5c890163..0c2c5e3ce37 100644 --- a/lisp/cedet/semantic/decorate/include.el +++ b/lisp/cedet/semantic/decorate/include.el @@ -589,7 +589,7 @@ This means that Semantic cannot find a file associated with this tag on disk, but a database table of tags has been associated with it. This means that the include will still be used to find tags for -searches, but you connot visit this include.\n\n") +searches, but you cannot visit this include.\n\n") (princ "This Header is now represented by the following database table:\n\n ") (princ (object-print table)) ))) |