summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorVanya Klimenko <v@k60.in>2019-12-06 21:47:15 +0300
committerGitHub <noreply@github.com>2019-12-06 21:47:15 +0300
commit125205cd604db0774a06526f7e913a929c347c46 (patch)
tree5ecdba4369d0357225dddd223591060c6725addc /nixos
parent3ccbce4b128a202753aa19fc6f8a34f46f86e8b3 (diff)
downloadnixpkgs-125205cd604db0774a06526f7e913a929c347c46.tar
nixpkgs-125205cd604db0774a06526f7e913a929c347c46.tar.gz
nixpkgs-125205cd604db0774a06526f7e913a929c347c46.tar.bz2
nixpkgs-125205cd604db0774a06526f7e913a929c347c46.tar.lz
nixpkgs-125205cd604db0774a06526f7e913a929c347c46.tar.xz
nixpkgs-125205cd604db0774a06526f7e913a929c347c46.tar.zst
nixpkgs-125205cd604db0774a06526f7e913a929c347c46.zip
nixos/apache-httpd: fix typo in extraConfig description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/default.nix b/nixos/modules/services/web-servers/apache-httpd/default.nix
index f5a6051b4b5..850d3052533 100644
--- a/nixos/modules/services/web-servers/apache-httpd/default.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/default.nix
@@ -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.
         '';