From 5aa9b72400961b8802deca7ddff15065022259bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 9 Apr 2015 20:58:01 +0200 Subject: [PATCH] nixos: typo in docker option description --- nixos/modules/services/misc/docker-registry.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/docker-registry.nix b/nixos/modules/services/misc/docker-registry.nix index 67580a1c627..d25fd13a77d 100644 --- a/nixos/modules/services/misc/docker-registry.nix +++ b/nixos/modules/services/misc/docker-registry.nix @@ -30,7 +30,7 @@ in { storagePath = mkOption { type = types.path; default = "/var/lib/docker/registry"; - description = "Docker registry strorage path."; + description = "Docker registry storage path."; }; extraConfig = mkOption {