summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cpp.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-12-03 03:26:23 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-12-03 03:26:23 +0000
commit48091be238b1bd3d0c681efba697370302b9ae4b (patch)
treee4fb5c59f84b4b60ae95597d3b328b3120e8b6ce /lisp/progmodes/cpp.el
parent622bdb51de67453cc8d9629cfd1fdb4ac11cdacb (diff)
downloademacs-48091be238b1bd3d0c681efba697370302b9ae4b.tar.gz
Correct spellling.
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r--lisp/progmodes/cpp.el4
1 files 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)