diff options
author | fanquake <fanquake@gmail.com> | 2012-06-30 17:05:28 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2012-06-30 17:05:28 +0800 |
commit | 7790f391abf0b0c03190fabfbc75050b2cba170b (patch) | |
tree | cbe6144495f14334806d81bf3d9ad333eafce871 /src/qt | |
parent | e7494052975c60032629112390325f7e20817308 (diff) |
Fix a couple more typos
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/test/uritests.cpp | 2 |
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)); |