small typo
This commit is contained in:
parent
2eafff0e8b
commit
7ffdcd756c
|
@ -37,7 +37,7 @@ static Key keys[] = {
|
||||||
|
|
||||||
static Item items[] = {
|
static Item items[] = {
|
||||||
{ "New Window", newwindow, { .v = NULL } },
|
{ "New Window", newwindow, { .v = NULL } },
|
||||||
{ "Reload", reload, { .b = FALSE } },
|
{ "Reload", reload, { .b = FALSE } },
|
||||||
{ "Stop", stop, { 0 } },
|
{ "Stop", stop, { 0 } },
|
||||||
{ "<===", navigate, { .i = -1 } },
|
{ "<===", navigate, { .i = -1 } },
|
||||||
{ "===>", navigate, { .i = +1 } },
|
{ "===>", navigate, { .i = +1 } },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user