From: Chong Yidong Date: Wed, 3 Dec 2008 03:26:23 +0000 (+0000) Subject: Correct spellling. X-Git-Tag: emacs-pretest-23.0.90~1341 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48091be238b1bd3d0c681efba697370302b9ae4b;p=emacs.git Correct spellling. --- 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)