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-11-05 19:52:11 +0000
commit9c810058d8f3ae76234dc4efa53a57306694b92c (patch)
tree3e91b9ea11734d33217ddd516d6d9019307c2a89 /contrib
parentcbc4e3bd37daa1512bbecc39e573e9fc7198b589 (diff)
downloadbitcoin-9c810058d8f3ae76234dc4efa53a57306694b92c.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 31cca981e0..2fc46fb60f 100644
--- a/contrib/debian/examples/bitcoin.conf
+++ b/contrib/debian/examples/bitcoin.conf
@@ -54,7 +54,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
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
@@ -72,7 +72,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