aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDiego Viola <diego.viola@gmail.com>2015-09-22 04:25:26 -0300
committerLuke Dashjr <luke-jr+git@utopios.org>2015-10-14 08:20:36 +0000
commit9b9acc27d2ea91223177bc2509568721334af178 (patch)
treea7e3e3d2c890ce395ab5e170e2043b3631d690ef /contrib
parentcf33f196e79b1e61d6266f8e5190a0c4bfae7224 (diff)
downloadbitcoin-9b9acc27d2ea91223177bc2509568721334af178.tar.xz
Fix spelling of Qt
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debian/examples/bitcoin.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf
index ade80d60ea..3fd47afe34 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