From c6a5e20346a4a4fb8c5b7d6a5fe69c5446e18762 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 11 May 2023 09:27:26 +0200 Subject: [PATCH] fix: typo --- types/lvm_vg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/lvm_vg.nix b/types/lvm_vg.nix index a6b1cc3..ea573f1 100644 --- a/types/lvm_vg.nix +++ b/types/lvm_vg.nix @@ -4,7 +4,7 @@ name = lib.mkOption { type = lib.types.str; default = config._module.args.name; - description = "Name of the volume gorup"; + description = "Name of the volume group"; }; type = lib.mkOption { type = lib.types.enum [ "lvm_vg" ];