From 7eee99585040417e2be07833570d11ccd7e66c44 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 7 May 2015 17:28:01 -0400 Subject: [PATCH] fix typo in comment --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 173e9bf..c496a28 100644 --- a/.htaccess +++ b/.htaccess @@ -26,7 +26,7 @@ RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo # Exception: allow access to wfpl_main.php # # this allows access to any files named "wfpl_main.php" anywhere, so there's a -# rewrite rule above to use teh top-level one, no matter which was requested. +# rewrite rule above to use the top-level one, no matter which was requested. php_flag engine on SetHandler application/x-httpd-php -- 1.7.10.4