diff options
| author | Paul Eggert | 2011-11-22 23:03:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-22 23:03:56 -0800 |
| commit | ee7683ebb70c308e596103e379ef6b91d001eebc (patch) | |
| tree | 45382191619e27df7106a8d990bc03903d0fa03f /test/cedet | |
| parent | 6b21de180fba10432988d94d2b8f3e2521be5b17 (diff) | |
| download | emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip | |
Spelling fixes.
Diffstat (limited to 'test/cedet')
| -rw-r--r-- | test/cedet/cedet-utests.el | 2 | ||||
| -rw-r--r-- | test/cedet/semantic-utest.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index d161ae68fcb..f7eef05dd99 100644 --- a/test/cedet/cedet-utests.el +++ b/test/cedet/cedet-utests.el | |||
| @@ -96,7 +96,7 @@ | |||
| 96 | "Non-nil when CEDET-utest is running all the tests.") | 96 | "Non-nil when CEDET-utest is running all the tests.") |
| 97 | 97 | ||
| 98 | (defun cedet-utest (&optional exit-on-error) | 98 | (defun cedet-utest (&optional exit-on-error) |
| 99 | "Run the CEDET unittests. | 99 | "Run the CEDET unit tests. |
| 100 | EXIT-ON-ERROR causes the test suite to exit on an error, instead | 100 | EXIT-ON-ERROR causes the test suite to exit on an error, instead |
| 101 | of just logging the error." | 101 | of just logging the error." |
| 102 | (interactive) | 102 | (interactive) |
diff --git a/test/cedet/semantic-utest.el b/test/cedet/semantic-utest.el index ff62040129d..12fbc37a112 100644 --- a/test/cedet/semantic-utest.el +++ b/test/cedet/semantic-utest.el | |||
| @@ -536,7 +536,7 @@ Pre-fill the buffer with CONTENTS." | |||
| 536 | 536 | ||
| 537 | (defun semantic-utest-generic (testname filename contents name-contents names-removed killme insertme) | 537 | (defun semantic-utest-generic (testname filename contents name-contents names-removed killme insertme) |
| 538 | "Generic unit test according to template. | 538 | "Generic unit test according to template. |
| 539 | Should work for languages withouth .h files, python javascript java. | 539 | Should work for languages without .h files, python javascript java. |
| 540 | TESTNAME is the name of the test. | 540 | TESTNAME is the name of the test. |
| 541 | FILENAME is the name of the file to create. | 541 | FILENAME is the name of the file to create. |
| 542 | CONTENTS is the contents of the file to test. | 542 | CONTENTS is the contents of the file to test. |