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/db-global.el | |
parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/cedet/semantic/db-global.el')
-rw-r--r-- | lisp/cedet/semantic/db-global.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/db-global.el b/lisp/cedet/semantic/db-global.el index 0d144483cb9..a7bb130810e 100644 --- a/lisp/cedet/semantic/db-global.el +++ b/lisp/cedet/semantic/db-global.el @@ -48,7 +48,7 @@ in a GNU Global supported hierarchy. Two sanity checks are performed to assure (a) that GNU global program exists and (b) that the GNU global program version is compatibility with the database version. If optional NOERROR is nil, then an error may be signalled on version -mismatch. If NOERROR is not nil, then no error will be signlled. Instead +mismatch. If NOERROR is not nil, then no error will be signaled. Instead return value will indicate success or failure with non-nil or nil respective values." (interactive |