From e52190ccd8d7e09454681b5fbcb968d2601281de Mon Sep 17 00:00:00 2001 From: Uriel Date: Sat, 26 Jun 2010 03:54:41 +0000 Subject: [PATCH] Fix typo in comment, thanks btdn for reporting it. --- bin/corehandlers.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/corehandlers.rc b/bin/corehandlers.rc index e0b2b37..f471929 100644 --- 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'