summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2020-07-04 15:15:26 +0200
committerSamuel Gräfenstein <git@samuelgrf.com>2020-07-04 15:17:03 +0200
commit850d7d1790d4abc0638466973c78a2053b97d2f2 (patch)
tree2a97370e1e257255f4419c1875be1481692585b3 /nixos/modules
parent66d0b2a0d05dc526e1d6d30d7289282e63af0ceb (diff)
downloadnixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.gz
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.bz2
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.lz
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.xz
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.zst
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.zip
nixos/*: wether -> whether
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/computing/slurm/slurm.nix4
-rw-r--r--nixos/modules/services/web-apps/codimd.nix2
-rw-r--r--nixos/modules/system/boot/kernel_config.nix2
3 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/computing/slurm/slurm.nix b/nixos/modules/services/computing/slurm/slurm.nix
index 050872e933f..705390a21d4 100644
--- a/nixos/modules/services/computing/slurm/slurm.nix
+++ b/nixos/modules/services/computing/slurm/slurm.nix
@@ -67,7 +67,7 @@ in
           type = types.bool;
           default = false;
           description = ''
-            Wether to enable the slurm control daemon.
+            Whether to enable the slurm control daemon.
             Note that the standard authentication method is "munge".
             The "munge" service needs to be provided with a password file in order for
             slurm to work properly (see <literal>services.munge.password</literal>).
@@ -135,7 +135,7 @@ in
         type = types.bool;
         default = false;
         description = ''
-          Wether to provide a slurm.conf file.
+          Whether to provide a slurm.conf file.
           Enable this option if you do not run a slurm daemon on this host
           (i.e. <literal>server.enable</literal> and <literal>client.enable</literal> are <literal>false</literal>)
           but you still want to run slurm commands from this host.
diff --git a/nixos/modules/services/web-apps/codimd.nix b/nixos/modules/services/web-apps/codimd.nix
index 751f81649dd..cd8e9af5302 100644
--- a/nixos/modules/services/web-apps/codimd.nix
+++ b/nixos/modules/services/web-apps/codimd.nix
@@ -385,7 +385,7 @@ in
         type = types.bool;
         default = true;
         description = ''
-          Wether to enable email registration.
+          Whether to enable email registration.
         '';
       };
       allowGravatar = mkOption {
diff --git a/nixos/modules/system/boot/kernel_config.nix b/nixos/modules/system/boot/kernel_config.nix
index 85bd420e304..783685c9dfe 100644
--- a/nixos/modules/system/boot/kernel_config.nix
+++ b/nixos/modules/system/boot/kernel_config.nix
@@ -54,7 +54,7 @@ let
         type = types.bool // { merge = mergeFalseByDefault; };
         default = false;
         description = ''
-          Wether option should generate a failure when unused.
+          Whether option should generate a failure when unused.
           Upon merging values, mandatory wins over optional.
         '';
       };