Merge pull request #75113 from vanyaklimenko/patch-1

nixos/apache-httpd: fix typo in extraConfig description
This commit is contained in:
Sarah Brofeldt 2019-12-07 11:42:41 +01:00 committed by GitHub
commit b205ac101a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,7 +367,7 @@ in
type = types.lines; type = types.lines;
default = ""; default = "";
description = '' description = ''
Cnfiguration lines appended to the generated Apache Configuration lines appended to the generated Apache
configuration file. Note that this mechanism may not work configuration file. Note that this mechanism may not work
when <option>configFile</option> is overridden. when <option>configFile</option> is overridden.
''; '';