diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-10 09:20:27 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 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.tar.bz2 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 @@ ;; Skip if emacsclient was compiled with -pg (bug#28319). ;; Use ert--skip-unless rather than skip-unless to silence compiler. (ert--skip-unless (not (and (stringp stat) - (string-match-p "rofiling" stat)))) + (string-match-p "Profiling" stat)))) (should (eq 0 stat)))) (ert-deftest emacsclient-test-alternate-editor-allows-arguments () |