Merge #218: Fix typos

df89ceed39 Fix typos (practicalswift)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK df89ceed39

Tree-SHA512: 8cd04469dd0c46259790f00f380a840c22f10424c2504a7667e70cfdb03f30801e34f3c53aeffc9259a971484d4a12f1dbe5ceade493c8559e8c00ec011e7c73
This commit is contained in:
Jonas Nick 2020-08-04 15:13:05 +00:00
commit 62f83a71b8
No known key found for this signature in database
GPG key ID: 4861DBF262123605
6 changed files with 6 additions and 6 deletions

View file

@ -136,7 +136,7 @@ in {
};
}));
description = ''
RPC user information for JSON-RPC connnections.
RPC user information for JSON-RPC connections.
'';
};
};

View file

@ -117,7 +117,7 @@ in {
};
type = with types; loaOf (submodule rpcUserOpts);
description = ''
RPC user information for JSON-RPC connnections.
RPC user information for JSON-RPC connections.
'';
};
};

View file

@ -18,7 +18,7 @@ in
deployment.secretsDir = mkOption {
type = types.path;
description = ''
Directory of local secrets that are transfered to the nix-bitcoin node on deployment
Directory of local secrets that are transferred to the nix-bitcoin node on deployment
'';
};