From: Clinton Ebadi Date: Sat, 7 Jul 2018 23:28:05 +0000 (-0400) Subject: lib: typo fix X-Git-Tag: release_20180707~3 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/6a01f003b0912d2539a5de88499f716df192fe0d lib: typo fix --- diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index 279348b..47753ab 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -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 encoded lashes. Default is false, true sets NoDecode, full decoding is insecure and unsupported.}} \ No newline at end of file +{{Enable or disable encoded slashes. Default is false, true sets NoDecode, full decoding is insecure and unsupported.}} \ No newline at end of file