aboutsummaryrefslogtreecommitdiff
path: root/doc/unit-tests.md
diff options
context:
space:
mode:
authorLake Denman <lake@lakedenman.com>2013-12-16 12:38:11 -0800
committerLake Denman <lake@lakedenman.com>2013-12-16 12:38:11 -0800
commitba4ceb15d618d0d248c8edf14cb74d404a2bdce9 (patch)
tree3d40e20b165611a51f44995c4510c5a9bce4c234 /doc/unit-tests.md
parent93a7861d719ac8b4ec57cf89c3e2d423ba7f18e1 (diff)
downloadbitcoin-ba4ceb15d618d0d248c8edf14cb74d404a2bdce9.tar.xz
Fix typo in unit-tests.md
Diffstat (limited to 'doc/unit-tests.md')
-rw-r--r--doc/unit-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/unit-tests.md b/doc/unit-tests.md
index 2c991eb03a..f1d3a8bc50 100644
--- a/doc/unit-tests.md
+++ b/doc/unit-tests.md
@@ -12,7 +12,7 @@ To add more bitcoind tests, add `BOOST_AUTO_TEST_CASE` functions to the existing
.cpp files in the test/ directory or add new .cpp files that
implement new BOOST_AUTO_TEST_SUITE sections.
-To run the bitcoin-qt tests manualy, launch src/qt/test/bitcoin-qt_test
+To run the bitcoin-qt tests manually, launch src/qt/test/bitcoin-qt_test
To add more bitcoin-qt tests, add them to the `src/qt/test/` directory and
the `src/qt/test/test_main.cpp` file.