Fix typo in comment, thanks btdn for reporting it. - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit d5e2a68ea7bd3f9cf9108f1580960da4e5fc2240
 (DIR) parent 9d0547cf519e090fa720abd4f1e79ae73f5d373d
 (HTM) Author: Uriel <u@berlinblue.org>
       Date:   Sat, 26 Jun 2010 03:54:41 +0000
       
       Fix typo in comment, thanks btdn for reporting it.
       Diffstat:
         M bin/corehandlers.rc                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bin/corehandlers.rc b/bin/corehandlers.rc
       @@ -144,7 +144,7 @@ fn setup_handlers {
                setup_404_handler
        }
        
       -# This function allows config files to deffine their own 404 handlers.
       +# This function allows config files to define their own 404 handlers.
        fn setup_404_handler {
            handler_body_main=(tpl_handler `{get_lib_file 404.tpl})
            echo 'Status: 404 Not Found'