Spelling fixes

* lisp/progmodes/cc-langs.el:
(c-ambiguous-overloadable-or-identifier-prefixes): Rename from
c-ambiguous-overloadable-or-identifier-prefices.  Caller changed.
This commit is contained in:
Paul Eggert 2017-09-10 09:20:27 -07:00
parent 4973788c6a
commit cdef84fb68
10 changed files with 12 additions and 12 deletions

View file

@ -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 ()