diff options
author | Diego Viola <diego.viola@gmail.com> | 2015-09-22 04:25:26 -0300 |
---|---|---|
committer | Diego Viola <diego.viola@gmail.com> | 2015-09-22 05:00:10 -0300 |
commit | 99ee4a656b1ca4bfeea8e0185c2344850cc84bfc (patch) | |
tree | f23d193885a35c53847972ebe0e7c8f6546df44a /contrib | |
parent | 229fb974ab0d1707546cd566a2f8001555c3eeab (diff) |
Fix spelling of Qt
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/debian/examples/bitcoin.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf index 6aae4ad4d2..2831c07292 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/bitcoin.conf @@ -60,7 +60,7 @@ # JSON-RPC options (for controlling a running Bitcoin/bitcoind process) # -# server=1 tells Bitcoin-QT and bitcoind to accept JSON-RPC commands +# server=1 tells Bitcoin-Qt and bitcoind to accept JSON-RPC commands #server=0 # Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. @@ -82,7 +82,7 @@ # NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, # because the rpcpassword is transmitted over the network unencrypted. -# server=1 tells Bitcoin-QT to accept JSON-RPC commands. +# server=1 tells Bitcoin-Qt to accept JSON-RPC commands. # it is also read by bitcoind to determine if RPC should be enabled #rpcallowip=10.1.1.34/255.255.255.0 #rpcallowip=1.2.3.4/24 |