Typo fix for ACCESSKEY

cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779092#5
This commit is contained in:
Tatsuya Kinoshita
2016-02-28 08:48:56 +09:00
parent e0b6e02281
commit ff21632495
2 changed files with 2 additions and 2 deletions

2
main.c
View File

@@ -4454,7 +4454,7 @@ anchorMn(Anchor *(*menu_func) (Buffer *), int go)
}
/* accesskey */
DEFUN(accessKey, ACCESSKEY, "Popup acceskey menu")
DEFUN(accessKey, ACCESSKEY, "Popup accesskey menu")
{
anchorMn(accesskey_menu, TRUE);
}