about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-16 16:34:05 +0200
committerEnno Boland (tox) <tox@s01.de>2009-10-16 16:34:05 +0200
commit7ffdcd756ca77cc4e7d1e0cda25bd7826cc8b8f1 (patch)
treef875606568fdee81d04477872c0fe1b6100e438a /config.def.h
parentusing char instead of gchar. (diff)
downloadsurf-7ffdcd756ca77cc4e7d1e0cda25bd7826cc8b8f1.tar.gz
surf-7ffdcd756ca77cc4e7d1e0cda25bd7826cc8b8f1.tar.bz2
surf-7ffdcd756ca77cc4e7d1e0cda25bd7826cc8b8f1.zip
small typo
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 } },