]> git.eshelyaron.com Git - emacs.git/commitdiff
fix typo in comment
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Wed, 21 Jan 2009 22:26:32 +0000 (22:26 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Wed, 21 Jan 2009 22:26:32 +0000 (22:26 +0000)
src/nsmenu.m

index 6f9f3728dee87bf3b4dd89c7e94bba8f1a1754ca..393c4f4d87261aa500236ae39412451d82750d3f 100644 (file)
@@ -589,7 +589,7 @@ name_is_separator (name)
 }
 
 
-/* parse a wdiget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>')
+/* parse a widget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>')
    into an accelerator string */
 -(NSString *)parseKeyEquiv: (char *)key
 {