summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristoph Hrdinka <c.github@hrdinka.at>2016-03-07 10:51:43 +0100
committerChristoph Hrdinka <c.github@hrdinka.at>2016-03-07 10:51:43 +0100
commit67e93e984c088345f91f425ef13fd6a6ff0bd018 (patch)
tree4c3f44b11575099624e783fb8d9f564484a2b2bb
parentaf39abcb9fafd1bafd5472b57f1e1654188bfc52 (diff)
parent7f44b58609d6393f9716d187c7dc4f8f999b73e9 (diff)
downloadnixlib-67e93e984c088345f91f425ef13fd6a6ff0bd018.tar
nixlib-67e93e984c088345f91f425ef13fd6a6ff0bd018.tar.gz
nixlib-67e93e984c088345f91f425ef13fd6a6ff0bd018.tar.bz2
nixlib-67e93e984c088345f91f425ef13fd6a6ff0bd018.tar.lz
nixlib-67e93e984c088345f91f425ef13fd6a6ff0bd018.tar.xz
nixlib-67e93e984c088345f91f425ef13fd6a6ff0bd018.tar.zst
nixlib-67e93e984c088345f91f425ef13fd6a6ff0bd018.zip
Merge pull request #13723 from Profpatsch/wheter
wheter -> whether
-rw-r--r--nixos/lib/make-iso9660-image.nix2
-rw-r--r--nixos/modules/services/networking/nsd.nix12
2 files changed, 7 insertions, 7 deletions
diff --git a/nixos/lib/make-iso9660-image.nix b/nixos/lib/make-iso9660-image.nix
index b2409c6006bc..21c9cca316d1 100644
--- a/nixos/lib/make-iso9660-image.nix
+++ b/nixos/lib/make-iso9660-image.nix
@@ -22,7 +22,7 @@
 , # Whether this should be an efi-bootable El-Torito CD.
   efiBootable ? false
 
-, # Wheter this should be an hybrid CD (bootable from USB as well as CD).
+, # Whether this should be an hybrid CD (bootable from USB as well as CD).
   usbBootable ? false
 
 , # The path (in the ISO file system) of the boot image.
diff --git a/nixos/modules/services/networking/nsd.nix b/nixos/modules/services/networking/nsd.nix
index ca08bb57895a..333a3378c4cc 100644
--- a/nixos/modules/services/networking/nsd.nix
+++ b/nixos/modules/services/networking/nsd.nix
@@ -346,7 +346,7 @@ in
       type = types.bool;
       default = true;
       description = ''
-        Wheter NSD should answer VERSION.BIND and VERSION.SERVER CHAOS class queries.
+        Whether NSD should answer VERSION.BIND and VERSION.SERVER CHAOS class queries.
       '';
     };
 
@@ -378,7 +378,7 @@ in
       type = types.bool;
       default = true;
       description = ''
-        Wheter to listen on IPv4 connections.
+        Whether to listen on IPv4 connections.
       '';
     };
 
@@ -394,7 +394,7 @@ in
       type = types.bool;
       default = true;
       description = ''
-        Wheter to listen on IPv6 connections.
+        Whether to listen on IPv6 connections.
       '';
     };
 
@@ -434,7 +434,7 @@ in
       type = types.bool;
       default = pkgs.stdenv.isLinux;
       description = ''
-        Wheter to enable SO_REUSEPORT on all used sockets. This lets multiple
+        Whether to enable SO_REUSEPORT on all used sockets. This lets multiple
         processes bind to the same port. This speeds up operation especially
         if the server count is greater than one and makes fast restarts less
         prone to fail
@@ -445,7 +445,7 @@ in
       type = types.bool;
       default = false;
       description = ''
-        Wheter if this server will be a root server (a DNS root server, you
+        Whether this server will be a root server (a DNS root server, you
         usually don't want that).
       '';
     };
@@ -524,7 +524,7 @@ in
       type = types.bool;
       default = true;
       description = ''
-        Wheter to check mtime of all zone files on start and sighup.
+        Whether to check mtime of all zone files on start and sighup.
       '';
     };