1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-22 23:03:56 -08:00
parent 6b21de180f
commit ee7683ebb7
84 changed files with 193 additions and 195 deletions

View file

@ -96,7 +96,7 @@
"Non-nil when CEDET-utest is running all the tests.")
(defun cedet-utest (&optional exit-on-error)
"Run the CEDET unittests.
"Run the CEDET unit tests.
EXIT-ON-ERROR causes the test suite to exit on an error, instead
of just logging the error."
(interactive)

View file

@ -536,7 +536,7 @@ Pre-fill the buffer with CONTENTS."
(defun semantic-utest-generic (testname filename contents name-contents names-removed killme insertme)
"Generic unit test according to template.
Should work for languages withouth .h files, python javascript java.
Should work for languages without .h files, python javascript java.
TESTNAME is the name of the test.
FILENAME is the name of the file to create.
CONTENTS is the contents of the file to test.

View file

@ -19,7 +19,7 @@ function res = tcomp (fn)
pop = x(:,1:10)(:);
## Here and below, we test if the indentation aligns with a previous
## fixindented line. This is important so as to make it easier for the
## user to verride some indentation somewhere, and also because it
## user to override some indentation somewhere, and also because it
## reflects the fact that the indentation decision is taken with a minimum
## amount of work (i.e. in the present case, without having to walk back
## until the `function' line).