diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-01-14 19:59:31 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-14 19:59:31 +0100 |
commit | 88b9cdc382fd331fbea4e19295666abffa8c993d (patch) | |
tree | 46813ccdb7a64478ba113a5a21340eb07bd2204f /test/cedet/cedet-utests.el | |
parent | 4010e57e6dd0b513b6f1c31058406ae1f524994c (diff) | |
download | emacs-88b9cdc382fd331fbea4e19295666abffa8c993d.tar.gz |
Fix typos in docstrings.
Diffstat (limited to 'test/cedet/cedet-utests.el')
-rw-r--r-- | test/cedet/cedet-utests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index 12f81488031..aab07d49472 100644 --- a/test/cedet/cedet-utests.el +++ b/test/cedet/cedet-utests.el @@ -236,7 +236,7 @@ Argument START and END bound the time being calculated." (defun cedet-utest-log-shutdown (title &optional errorcondition) "Shut-down a larger test suite. TITLE is the section that is done. -ERRORCONDITION is some error that may have occured durinig testing." +ERRORCONDITION is some error that may have occurred during testing." (let ((endtime (current-time)) ) (cedet-utest-log-shutdown-msg title cedet-utest-log-timer endtime) @@ -466,7 +466,7 @@ converted into.") (defun pulse-test (&optional no-error) "Test the lightening function for pulsing a line. -When optional NO-ERROR Don't throw an error if we can't run tests." +When optional NO-ERROR don't throw an error if we can't run tests." (interactive) (if (or (not pulse-flag) (not (pulse-available-p))) (if no-error |