From d07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Fri, 19 Jun 2020 20:07:55 +0200 Subject: nixos/wasabibackend: fixing description Co-authored-by: 1000101 --- nixos/modules/services/networking/wasabibackend.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/wasabibackend.nix b/nixos/modules/services/networking/wasabibackend.nix index e7d2a2c186e..6eacffe709b 100644 --- a/nixos/modules/services/networking/wasabibackend.nix +++ b/nixos/modules/services/networking/wasabibackend.nix @@ -90,7 +90,7 @@ in { passwordFile = mkOption { type = types.nullOr types.path; default = null; - description = "File that contains the password the the RPC user."; + description = "File that contains the password of the RPC user."; }; }; -- cgit 1.4.1