nixos/*: wheter -> whether

This commit is contained in:
Samuel Gräfenstein 2020-07-04 15:20:41 +02:00
parent 850d7d1790
commit 5bb0b72720
No known key found for this signature in database
GPG Key ID: EF76A063F15C63C8
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ in
type = types.bool; type = types.bool;
default = false; default = false;
description = '' 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> in <literal>${torRunDirectory}/control</literal>
''; '';
}; };

View File

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