From ad652a3b89848394a3613206082f233101b91f60 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Sat, 13 Apr 2019 19:33:18 +0000 Subject: [PATCH] * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo --- lisp/progmodes/cc-langs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index b5c3ff33352..50f8b8473be 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -2052,7 +2052,7 @@ effect in the declaration, but are syntactically like whitespace." (c-lang-defconst c-class-id-suffix-ws-ids-kwds "\"Identifiers\" that when immediately following the identifier of a class declaration have semantic effect in the declaration, -but are syntactially like whitespace." +but are syntactically like whitespace." t nil c++ '("final")) -- 2.39.2