summary refs log tree commit diff
path: root/nixos/modules/services/networking/wasabibackend.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/wasabibackend.nix')
-rw-r--r--nixos/modules/services/networking/wasabibackend.nix2
1 files changed, 1 insertions, 1 deletions
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.";
         };
       };