From 7ffdcd756ca77cc4e7d1e0cda25bd7826cc8b8f1 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Fri, 16 Oct 2009 16:34:05 +0200 Subject: [PATCH] small typo --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c7d6a38..152300f 100644 --- a/config.def.h +++ b/config.def.h @@ -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 } }, -- 2.20.1