summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/zope2.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
commitc64257b8e5d36bb71e4e773b9373e35b9b9b0e1c (patch)
treef019e4158fabd12f216c5d3ad7afbe30e264f223 /nixos/modules/services/web-servers/zope2.nix
parente62e634128275509d3818d4cbf11bfa64e9f51af (diff)
downloadnixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.gz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.bz2
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.lz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.xz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.zst
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.zip
Fix user-facing typos (mainly in descriptions)
Diffstat (limited to 'nixos/modules/services/web-servers/zope2.nix')
-rw-r--r--nixos/modules/services/web-servers/zope2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/zope2.nix b/nixos/modules/services/web-servers/zope2.nix
index 21117118457d..bbe4d10f83d0 100644
--- a/nixos/modules/services/web-servers/zope2.nix
+++ b/nixos/modules/services/web-servers/zope2.nix
@@ -24,7 +24,7 @@ let
       http_address = mkOption {
         default = "localhost:8080";
         type = types.string;
-        description = "Give a port and adress for the HTTP server.";
+        description = "Give a port and address for the HTTP server.";
       };
 
       user = mkOption {