diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-02-27 23:48:56 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-02-27 23:48:56 +0000 |
commit | ff21632495d117d4481e87691a75400f2df7222e (patch) | |
tree | 33218045d269182465a31c6c2fcc2f2be971a84f /main.c | |
parent | Update ChangeLog (diff) | |
download | w3m-ff21632495d117d4481e87691a75400f2df7222e.tar.gz w3m-ff21632495d117d4481e87691a75400f2df7222e.zip |
Typo fix for ACCESSKEY
cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779092#5
Diffstat (limited to '')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |