aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremiah Buddenhagen <bitspill+git@bitspill.net>2018-01-17 16:49:45 -0800
committerJeremiah Buddenhagen <bitspill+git@bitspill.net>2018-01-17 16:49:45 -0800
commit77678426000b88834ca0beb4353f20730b0f5510 (patch)
tree60b8a340dd642db737856a3d6faaf10566e82b4a /test
parentc7978be899646194b6abc5b34a7f6a3311490033 (diff)
downloadbitcoin-77678426000b88834ca0beb4353f20730b0f5510.tar.xz
Trivial: Fix spelling in zapwallettxes test description
[skip ci]
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/zapwallettxes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/zapwallettxes.py b/test/functional/zapwallettxes.py
index 0471f2afb3..08afb87894 100755
--- a/test/functional/zapwallettxes.py
+++ b/test/functional/zapwallettxes.py
@@ -10,7 +10,7 @@
transactions are still available.
- restart node 0 with zapwallettxes and persistmempool, and verify that both
the confirmed and the unconfirmed transactions are still available.
-- restart node 0 with just zapwallettxed and verify that the confirmed
+- restart node 0 with just zapwallettxes and verify that the confirmed
transactions are still available, but that the unconfirmed transaction has
been zapped.
"""