aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/uritests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/test/uritests.cpp')
-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));