summary refs log tree commit diff
path: root/modules/services/networking/firewall.nix
diff options
context:
space:
mode:
authorIvan Kozik <ivan@ludios.org>2013-08-10 21:07:13 +0000
committerIvan Kozik <ivan@ludios.org>2013-08-10 21:07:13 +0000
commit390fdb3e604108658259175980187606eae796c1 (patch)
tree78d87fd9149c4558219ec192ae96246d4c58a7fb /modules/services/networking/firewall.nix
parent3b3dc83902a0d1c7735f112a8bd97bd5adaf8efb (diff)
downloadnixpkgs-390fdb3e604108658259175980187606eae796c1.tar
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.gz
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.bz2
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.lz
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.xz
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.zst
nixpkgs-390fdb3e604108658259175980187606eae796c1.zip
Fix typos, especially those that end up in the NixOS manual
Diffstat (limited to 'modules/services/networking/firewall.nix')
-rw-r--r--modules/services/networking/firewall.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/networking/firewall.nix b/modules/services/networking/firewall.nix
index 40fbbabed3f..25a832da7a4 100644
--- a/modules/services/networking/firewall.nix
+++ b/modules/services/networking/firewall.nix
@@ -97,7 +97,7 @@ in
       description =
         ''
           If set, forbidden packets are rejected rather than dropped
-          (ignored).  This means that a ICMP "port unreachable" error
+          (ignored).  This means that an ICMP "port unreachable" error
           message is sent back to the client.  Rejecting packets makes
           port scanning somewhat easier.
         '';
@@ -170,7 +170,7 @@ in
           List of connection-tracking helpers that are auto-loaded.
           The complete list of possible values is given in the example.
 
-          As helpers can pose as a security risk, it is adviced to
+          As helpers can pose as a security risk, it is advised to
           set this to an empty list and disable the setting
           networking.firewall.autoLoadConntrackHelpers