From ff65166f447e9db95f79670d2a0618ccb246748b Mon Sep 17 00:00:00 2001 From: Johannes Arnold Date: Tue, 4 May 2021 21:13:31 +0000 Subject: [PATCH] nixos/monero: fix typo --- nixos/modules/services/networking/monero.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/monero.nix b/nixos/modules/services/networking/monero.nix index 1119218a4ab..7a43d351768 100644 --- a/nixos/modules/services/networking/monero.nix +++ b/nixos/modules/services/networking/monero.nix @@ -64,7 +64,7 @@ in type = types.bool; default = false; description = '' - Whether to mine moneroj. + Whether to mine monero. ''; };