nixos/*: wheter -> whether

This commit is contained in:
Samuel Gräfenstein
2020-07-04 15:20:41 +02:00
parent 850d7d1790
commit 5bb0b72720
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ in
type = types.bool;
default = false;
description = ''
Wheter to enable Tor control socket. Control socket is created
Whether to enable Tor control socket. Control socket is created
in <literal>${torRunDirectory}/control</literal>
'';
};

View File

@@ -93,7 +93,7 @@ in
type = types.bool;
default = true;
description = ''
Wheter to enable HSTS if HTTPS is also enabled.
Whether to enable HSTS if HTTPS is also enabled.
'';
};
maxAgeSeconds = mkOption {