diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-10 20:04:36 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-10 20:05:49 -0800 |
commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /test/manual/cedet/tests | |
parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.bz2 emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip |
; Spelling fixes
Diffstat (limited to 'test/manual/cedet/tests')
-rw-r--r-- | test/manual/cedet/tests/test-fmt.cpp | 10 | ||||
-rw-r--r-- | test/manual/cedet/tests/test.srt | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/test/manual/cedet/tests/test-fmt.cpp b/test/manual/cedet/tests/test-fmt.cpp index c94bcfafbca..6ae373de359 100644 --- a/test/manual/cedet/tests/test-fmt.cpp +++ b/test/manual/cedet/tests/test-fmt.cpp @@ -56,12 +56,12 @@ struct moose { * ## uml-prototype "moose{} : struct" */ -struct moose strct_fcn ( struct moose in, char *out); +struct moose struct_fcn ( struct moose in, char *out); /* - * ## name "strct_fcn" - * ## abbreviate "strct_fcn()" - * ## prototype "struct moose strct_fcn (struct moose in,char* out)" - * ## uml-prototype "strct_fcn (in : struct moose,out : char*) : struct moose" + * ## name "struct_fcn" + * ## abbreviate "struct_fcn()" + * ## prototype "struct moose struct_fcn (struct moose in,char* out)" + * ## uml-prototype "struct_fcn (in : struct moose,out : char*) : struct moose" */ struct moose *var_one = NULL; diff --git a/test/manual/cedet/tests/test.srt b/test/manual/cedet/tests/test.srt index b77cd4fbe29..cbc8c3f1ba1 100644 --- a/test/manual/cedet/tests/test.srt +++ b/test/manual/cedet/tests/test.srt @@ -57,7 +57,7 @@ template testarea :blank ---- ;; This is a bad hack - In order for the text to parse, but also get a completion -;; monicker into the right spot, we need to pretend a comment is the same as the +;; moniker into the right spot, we need to pretend a comment is the same as the ;; escape_end. ;; Local variables: ;; comment-start-skip: "}}" |