nixos/*: wether -> whether

This commit is contained in:
Samuel Gräfenstein
2020-07-04 15:17:03 +02:00
parent 66d0b2a0d0
commit 850d7d1790
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ in
type = types.bool;
default = true;
description = ''
Wether to enable email registration.
Whether to enable email registration.
'';
};
allowGravatar = mkOption {