aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2012-06-30 17:05:28 +0800
committerLuke Dashjr <luke-jr+git@utopios.org>2012-07-06 00:22:05 +0000
commitfb7ca331781c2ddc3118762bcb21229c8a9a409e (patch)
tree37a725079ce4e60d35fa7d11bafed11e0ec81ac5 /src/qt
parentd477028247a7de1f1e2acabe85d5d281bd8f62cf (diff)
downloadbitcoin-fb7ca331781c2ddc3118762bcb21229c8a9a409e.tar.xz
Fix a couple more typos
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/test/uritests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/uritests.cpp b/src/qt/test/uritests.cpp
index 70c20be0ea..a281c39ca5 100644
--- a/src/qt/test/uritests.cpp
+++ b/src/qt/test/uritests.cpp
@@ -59,7 +59,7 @@ void URITests::uriTests()
QVERIFY(rv.address == QString("175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W"));
QVERIFY(rv.label == QString());
- // We currently dont implement the message paramenter (ok, yea, we break spec...)
+ // We currently don't implement the message parameter (ok, yea, we break spec...)
uri.setUrl(QString("bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?req-message=Wikipedia Example Address"));
QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv));