small typo

This commit is contained in:
Enno Boland (tox) 2009-10-16 16:34:05 +02:00
parent 2eafff0e8b
commit 7ffdcd756c

View file

@ -37,7 +37,7 @@ static Key keys[] = {
static Item items[] = {
{ "New Window", newwindow, { .v = NULL } },
{ "Reload", reload, { .b = FALSE } },
{ "Reload", reload, { .b = FALSE } },
{ "Stop", stop, { 0 } },
{ "<===", navigate, { .i = -1 } },
{ "===>", navigate, { .i = +1 } },