diff --git a/nixos/modules/services/misc/renovate.nix b/nixos/modules/services/misc/renovate.nix index 5d968dc41a68..503aed8fdb91 100644 --- a/nixos/modules/services/misc/renovate.nix +++ b/nixos/modules/services/misc/renovate.nix @@ -69,7 +69,7 @@ in validateSettings = mkOption { type = types.bool; default = true; - description = "Weither to run renovate's config validator on the built configuration."; + description = "Whether to run renovate's config validator on the built configuration."; }; settings = mkOption { type = json.type; diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix index 0852111437b4..a7ceecb452c0 100644 --- a/nixos/modules/virtualisation/libvirtd.nix +++ b/nixos/modules/virtualisation/libvirtd.nix @@ -363,7 +363,7 @@ in type = types.bool; default = true; description = '' - Weither to configure OpenSSH to use the [SSH Proxy](https://libvirt.org/ssh-proxy.html). + Whether to configure OpenSSH to use the [SSH Proxy](https://libvirt.org/ssh-proxy.html). ''; }; };