tsmall typo - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7ffdcd756ca77cc4e7d1e0cda25bd7826cc8b8f1
 (DIR) parent 2eafff0e8bc0092f2d0280c6ef8523db652a115c
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Fri, 16 Oct 2009 16:34:05 +0200
       
       small typo
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -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 } },