lib: typo fix
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 7 Jul 2018 23:28:05 +0000 (19:28 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 7 Jul 2018 23:28:05 +0000 (19:28 -0400)
lib/apache_options.dtl

index 279348b..47753ab 100644 (file)
@@ -39,4 +39,4 @@ extern val cgiExtension : file_extension -> [^Vhost];
 {{Ask for all files ending in a particular extension to be executed as CGI.}}
 
 extern val allowEncodedSlashes : bool -> [Vhost];
-{{Enable or disable <a href="https://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes">encoded lashes</a>. Default is false, true sets <code>NoDecode</code>, full decoding is insecure and unsupported.}}
\ No newline at end of file
+{{Enable or disable <a href="https://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes">encoded slashes</a>. Default is false, true sets <code>NoDecode</code>, full decoding is insecure and unsupported.}}
\ No newline at end of file