summary refs log tree commit diff
path: root/nixos/modules/virtualisation/containers.nix
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/modules/virtualisation/containers.nix
parent06d7e54d62cfa303057ad65d86311cdce6f8c9bf (diff)
downloadnixlib-398705ba863b65b27e90436ead111536665caae3.tar
nixlib-398705ba863b65b27e90436ead111536665caae3.tar.gz
nixlib-398705ba863b65b27e90436ead111536665caae3.tar.bz2
nixlib-398705ba863b65b27e90436ead111536665caae3.tar.lz
nixlib-398705ba863b65b27e90436ead111536665caae3.tar.xz
nixlib-398705ba863b65b27e90436ead111536665caae3.tar.zst
nixlib-398705ba863b65b27e90436ead111536665caae3.zip
containers: autoStart doc typo
Diffstat (limited to 'nixos/modules/virtualisation/containers.nix')
-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.
               '';
             };