Skip to content

Commit 9b9acc2

Browse files
diegoviolaluke-jr
authored andcommitted
Fix spelling of Qt
1 parent cf33f19 commit 9b9acc2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

contrib/debian/examples/bitcoin.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
6161
#
6262

63-
# server=1 tells Bitcoin-QT and bitcoind to accept JSON-RPC commands
63+
# server=1 tells Bitcoin-Qt and bitcoind to accept JSON-RPC commands
6464
#server=0
6565

6666
# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6.
@@ -82,7 +82,7 @@
8282
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
8383
# because the rpcpassword is transmitted over the network unencrypted.
8484

85-
# server=1 tells Bitcoin-QT to accept JSON-RPC commands.
85+
# server=1 tells Bitcoin-Qt to accept JSON-RPC commands.
8686
# it is also read by bitcoind to determine if RPC should be enabled
8787
#rpcallowip=10.1.1.34/255.255.255.0
8888
#rpcallowip=1.2.3.4/24

doc/release-notes/release-notes-0.10.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Tests:
101101
Miscellaneous:
102102
- `c9e022b` Initialization: set Boost path locale in main thread
103103
- `23126a0` Sanitize command strings before logging them.
104-
- `323de27` Initialization: setup environment before starting QT tests
104+
- `323de27` Initialization: setup environment before starting Qt tests
105105
- `7494e09` Initialization: setup environment before starting tests
106106
- `df45564` Initialization: set fallback locale as environment variable
107107

src/qt/guiutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ void SubstituteFonts(const QString& language)
391391
{
392392
#if defined(Q_OS_MAC)
393393
// Background:
394-
// OSX's default font changed in 10.9 and QT is unable to find it with its
394+
// OSX's default font changed in 10.9 and Qt is unable to find it with its
395395
// usual fallback methods when building against the 10.7 sdk or lower.
396396
// The 10.8 SDK added a function to let it find the correct fallback font.
397397
// If this fallback is not properly loaded, some characters may fail to

0 commit comments

Comments
 (0)