changeset 100147:9960540ed304

Correct spellling.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 03 Dec 2008 03:26:23 +0000
parents ce2518ab757e
children 08780e762816
files lisp/progmodes/cpp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cpp.el	Wed Dec 03 03:26:01 2008 +0000
+++ b/lisp/progmodes/cpp.el	Wed Dec 03 03:26:23 2008 +0000
@@ -101,8 +101,8 @@
 		       (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)