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

View File

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