Fix typo in comment, thanks btdn for reporting it. - swerc - anselm's simpler w… | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit d5e2a68ea7bd3f9cf9108f1580960da4e5fc2240 | |
parent 9d0547cf519e090fa720abd4f1e79ae73f5d373d | |
Author: Uriel <[email protected]> | |
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(-) | |
--- | |
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' |