From 62285a738abcdc805f79a5d36719e268baa864d0 Mon Sep 17 00:00:00 2001 From: xvrqt Date: Tue, 2 Sep 2025 16:23:23 -0700 Subject: [PATCH] Fixed Typo in copyparty.nix Fixed typo in option description: Appened -> Appended Signed-off-by: xvrqt --- contrib/nixos/modules/copyparty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nixos/modules/copyparty.nix b/contrib/nixos/modules/copyparty.nix index a125b685..1f8242df 100644 --- a/contrib/nixos/modules/copyparty.nix +++ b/contrib/nixos/modules/copyparty.nix @@ -135,7 +135,7 @@ in globalExtraConfig = mkOption { type = types.str; default = ""; - description = "Appened to the end of the [global] section verbatim. This is useful for flags which are used in a repeating manner (e.g. ipu: 255.255.255.1=user) which can't be repeated in the settings = {} attribute set."; + description = "Appended to the end of the [global] section verbatim. This is useful for flags which are used in a repeating manner (e.g. ipu: 255.255.255.1=user) which can't be repeated in the settings = {} attribute set."; }; accounts = mkOption {