From 48091be238b1bd3d0c681efba697370302b9ae4b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 3 Dec 2008 03:26:23 +0000 Subject: [PATCH] Correct spellling. --- lisp/progmodes/cpp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index d468954e59b..d4216c5176b 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el @@ -101,8 +101,8 @@ Each entry is a list with the following elements: (cpp-face :tag "True") (cpp-face :tag "False") (choice (const :tag "True branch writable" t) - (const :tag "False branch writeable" nil) - (const :tag "Both branches writeable" both)))) + (const :tag "False branch writable" nil) + (const :tag "Both branches writable" both)))) :group 'cpp) (defvar cpp-overlay-list nil) -- 2.39.2