aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-08-09 00:17:27 +0100
committerLuke Dashjr <luke-jr+git@utopios.org>2015-09-22 00:43:15 +0000
commit45bfa137efe84d772e58512630a2ae7a1b5fd55a (patch)
treefd0617f7983c64bf570e573d66f36e085c0e067d /qa
parent21c406eda0e936d8575715068b050ff9124e6b2e (diff)
downloadbitcoin-45bfa137efe84d772e58512630a2ae7a1b5fd55a.tar.xz
PARTIAL: typofixes (found by misspell_fixer)
Upstream: 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (PR #6539)
Diffstat (limited to 'qa')
-rwxr-xr-xqa/rpc-tests/rest.py2
-rwxr-xr-xqa/rpc-tests/test_framework/comptool.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/qa/rpc-tests/rest.py b/qa/rpc-tests/rest.py
index 6c51b2fcd9..15de037360 100755
--- a/qa/rpc-tests/rest.py
+++ b/qa/rpc-tests/rest.py
@@ -199,7 +199,7 @@ class RESTTest (BitcoinTestFramework):
response = http_get_call(url.hostname, url.port, '/rest/getutxos'+json_request+self.FORMAT_SEPARATOR+'json', '', True)
assert_equal(response.status, 200) #must be a 500 because we exceeding the limits
- self.nodes[0].generate(1) #generate block to not affect upcomming tests
+ self.nodes[0].generate(1) #generate block to not affect upcoming tests
self.sync_all()
################
diff --git a/qa/rpc-tests/test_framework/comptool.py b/qa/rpc-tests/test_framework/comptool.py
index 307563e96c..24ae05807a 100755
--- a/qa/rpc-tests/test_framework/comptool.py
+++ b/qa/rpc-tests/test_framework/comptool.py
@@ -134,7 +134,7 @@ class TestNode(NodeConnCB):
# is reached) and then sent out in one inv message. Then the final block
# will be synced across all connections, and the outcome of the final
# block will be tested.
-# sync_every_tx: analagous to behavior for sync_every_block, except if outcome
+# sync_every_tx: analogous to behavior for sync_every_block, except if outcome
# on the final tx is None, then contents of entire mempool are compared
# across all connections. (If outcome of final tx is specified as true
# or false, then only the last tx is tested against outcome.)