From 398705ba863b65b27e90436ead111536665caae3 Mon Sep 17 00:00:00 2001 From: Danylo Hlynskyi Date: Wed, 1 Nov 2017 10:25:26 +0200 Subject: [PATCH] containers: autoStart doc typo --- nixos/modules/virtualisation/containers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/containers.nix b/nixos/modules/virtualisation/containers.nix index 82dfc1c9f1c..8618a9c93dd 100644 --- a/nixos/modules/virtualisation/containers.nix +++ b/nixos/modules/virtualisation/containers.nix @@ -537,7 +537,7 @@ in type = types.bool; default = false; description = '' - Wether the container is automatically started at boot-time. + Whether the container is automatically started at boot-time. ''; };