summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorDanylo Hlynskyi <abcz2.uprola@gmail.com>2017-11-01 10:25:26 +0200
committerGitHub <noreply@github.com>2017-11-01 10:25:26 +0200
commit398705ba863b65b27e90436ead111536665caae3 (patch)
treeec0ba4323386178cf944d3dca99e24fcf8e1ab5c /nixos
parent06d7e54d62cfa303057ad65d86311cdce6f8c9bf (diff)
containers: autoStart doc typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/containers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/containers.nix b/nixos/modules/virtualisation/containers.nix
index 82dfc1c9f1ce..8618a9c93dd8 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.
'';
};