diff options
| author | fanquake <[email protected]> | 2012-06-30 17:05:28 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2012-06-30 17:05:28 +0800 |
| commit | 7790f391abf0b0c03190fabfbc75050b2cba170b (patch) | |
| tree | cbe6144495f14334806d81bf3d9ad333eafce871 /src/qt/test/uritests.cpp | |
| parent | Fix a few typos (diff) | |
| download | discoin-7790f391abf0b0c03190fabfbc75050b2cba170b.tar.xz discoin-7790f391abf0b0c03190fabfbc75050b2cba170b.zip | |
Fix a couple more typos
Diffstat (limited to 'src/qt/test/uritests.cpp')
| -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 70c20be0e..a281c39ca 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)); |