summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel_config.nix
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/system/boot/kernel_config.nix
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/system/boot/kernel_config.nix')
-rw-r--r--nixos/modules/system/boot/kernel_config.nix2
1 files changed, 1 insertions, 1 deletions
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.
         '';
       };