3
0
Fork 0
forked from mirrors/nixpkgs

nixos/apache-httpd: fix typo in extraConfig description

This commit is contained in:
Vanya Klimenko 2019-12-06 21:47:15 +03:00 committed by GitHub
parent 3ccbce4b12
commit 125205cd60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
'';