From: Adrian Robert Date: Wed, 21 Jan 2009 22:26:32 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: emacs-pretest-23.0.90~337 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e336ab49268667a7e6049e157b0f78e08dd5f7d4;p=emacs.git fix typo in comment --- diff --git a/src/nsmenu.m b/src/nsmenu.m index 6f9f3728dee..393c4f4d872 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m @@ -589,7 +589,7 @@ name_is_separator (name) } -/* parse a wdiget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '') +/* parse a widget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '') into an accelerator string */ -(NSString *)parseKeyEquiv: (char *)key {