# HG changeset patch # User Chong Yidong # Date 1228274783 0 # Node ID 9960540ed30482b386aef6bf01a8906f5de66243 # Parent ce2518ab757e9efa003187f0aaec2927823b9dee Correct spellling. diff -r ce2518ab757e -r 9960540ed304 lisp/progmodes/cpp.el --- 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)