From 57834da7fcc45087f9076ef9a922f1ae4a1e8b1d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 17 Sep 2018 09:55:18 -0400 Subject: nixos/tor: Correct "transparent" typo --- nixos/modules/services/security/tor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/security') diff --git a/nixos/modules/services/security/tor.nix b/nixos/modules/services/security/tor.nix index def77ba69e58..9b6d4be9bda8 100644 --- a/nixos/modules/services/security/tor.nix +++ b/nixos/modules/services/security/tor.nix @@ -208,7 +208,7 @@ in enable = mkOption { type = types.bool; default = false; - description = "Whether to enable tor transaprent proxy"; + description = "Whether to enable tor transparent proxy"; }; listenAddress = mkOption { -- cgit 1.4.1