aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-02-27 23:48:56 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-02-27 23:48:56 +0000
commitff21632495d117d4481e87691a75400f2df7222e (patch)
tree33218045d269182465a31c6c2fcc2f2be971a84f /main.c
parentUpdate ChangeLog (diff)
downloadw3m-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6609b49..d4f6b21 100644
--- a/main.c
+++ b/main.c
@@ -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);
}