aboutsummaryrefslogtreecommitdiff
path: root/src/test/bitcoin-util-test.py
diff options
context:
space:
mode:
authorfsb4000 <[email protected]>2016-11-28 15:19:05 +0700
committerfsb4000 <[email protected]>2016-11-28 16:16:37 +0700
commit15fa95d7e576041a20d47907356a2be5a327b4ca (patch)
tree2456ea0d0cb68365b149524b4876d9b1b4828c37 /src/test/bitcoin-util-test.py
parentMerge #9219: doc: Improve windows build instructions using Linux subsystem (diff)
downloaddiscoin-15fa95d7e576041a20d47907356a2be5a327b4ca.tar.xz
discoin-15fa95d7e576041a20d47907356a2be5a327b4ca.zip
Fix some typos
Diffstat (limited to 'src/test/bitcoin-util-test.py')
-rwxr-xr-xsrc/test/bitcoin-util-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bitcoin-util-test.py b/src/test/bitcoin-util-test.py
index 4301b93b7..1c090b3f3 100755
--- a/src/test/bitcoin-util-test.py
+++ b/src/test/bitcoin-util-test.py
@@ -15,7 +15,7 @@ help_text="""Test framework for bitcoin utils.
Runs automatically during `make check`.
-Can also be run manually from the src directory by specifiying the source directory:
+Can also be run manually from the src directory by specifying the source directory:
test/bitcoin-util-test.py --srcdir='srcdir' [--verbose]
"""