aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Robert2009-01-21 22:26:32 +0000
committerAdrian Robert2009-01-21 22:26:32 +0000
commite336ab49268667a7e6049e157b0f78e08dd5f7d4 (patch)
tree0541ecbc289277451006f820c47426f9c94cf4c5 /src
parentf87ff5396e6be4ad5832c00963c2a19c2d38aef2 (diff)
downloademacs-e336ab49268667a7e6049e157b0f78e08dd5f7d4.tar.gz
emacs-e336ab49268667a7e6049e157b0f78e08dd5f7d4.zip
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/nsmenu.m2
1 files changed, 1 insertions, 1 deletions
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)
589} 589}
590 590
591 591
592/* parse a wdiget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>') 592/* parse a widget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>')
593 into an accelerator string */ 593 into an accelerator string */
594-(NSString *)parseKeyEquiv: (char *)key 594-(NSString *)parseKeyEquiv: (char *)key
595{ 595{