diff options
| author | Paul Eggert | 2017-09-10 09:20:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-10 09:24:37 -0700 |
| commit | cdef84fb6893f69ffee1a99fe82a262e02e59bf5 (patch) | |
| tree | f26e8fe49677db19be4fad553ebf123d7b4bd478 /test/lib-src | |
| parent | 4973788c6aa2636407b34da840088f635ba6914a (diff) | |
| download | emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.tar.gz emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.zip | |
Spelling fixes
* lisp/progmodes/cc-langs.el:
(c-ambiguous-overloadable-or-identifier-prefixes): Rename from
c-ambiguous-overloadable-or-identifier-prefices. Caller changed.
Diffstat (limited to 'test/lib-src')
| -rw-r--r-- | test/lib-src/emacsclient-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el index 4b7fa47989d..beca972aad4 100644 --- a/test/lib-src/emacsclient-tests.el +++ b/test/lib-src/emacsclient-tests.el | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | ;; Skip if emacsclient was compiled with -pg (bug#28319). | 43 | ;; Skip if emacsclient was compiled with -pg (bug#28319). |
| 44 | ;; Use ert--skip-unless rather than skip-unless to silence compiler. | 44 | ;; Use ert--skip-unless rather than skip-unless to silence compiler. |
| 45 | (ert--skip-unless (not (and (stringp stat) | 45 | (ert--skip-unless (not (and (stringp stat) |
| 46 | (string-match-p "rofiling" stat)))) | 46 | (string-match-p "Profiling" stat)))) |
| 47 | (should (eq 0 stat)))) | 47 | (should (eq 0 stat)))) |
| 48 | 48 | ||
| 49 | (ert-deftest emacsclient-test-alternate-editor-allows-arguments () | 49 | (ert-deftest emacsclient-test-alternate-editor-allows-arguments () |