From b00d7944519ad9da744d73e73cc18d6e9b74558f Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 4 Feb 2021 17:03:15 +0000 Subject: [PATCH] Fix grammar in the sample config It should read "authenticate a TLS connection" or "authenticate TLS connections". We choose the latter since multiple connections may be established during program lifetime. --- sample-dcrwallet.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-dcrwallet.conf b/sample-dcrwallet.conf index b08e7e0cc..9156053a8 100644 --- a/sample-dcrwallet.conf +++ b/sample-dcrwallet.conf @@ -50,7 +50,7 @@ ; The server and port used for dcrd websocket connections. ; rpcconnect=localhost:9109 -; File containing root certificates to authenticate a TLS connections with dcrd +; File containing root certificates to authenticate TLS connections with dcrd ; cafile=~/.dcrwallet/dcrd.cert