Skip to content

Commit 61e5f35

Browse files
authored
Merge pull request #152 from romanz/patch-1
Fix a small typo in README.md
2 parents 2df1994 + 3b163bb commit 61e5f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fail (because of the initial situation, not a real failure)
5555
* It waits until bitcoind daemon become ready to accept RPC commands
5656
* `bitcoind` use a temporary directory as datadir. You can specify the root of your temp directories
5757
so that you have node's datadir in a RAM disk (eg `/dev/shm`)
58-
* Free ports are asked to the OS. Since you can't reserve the given portm a low probability race
58+
* Free ports are asked to the OS. Since you can't reserve the given port, a low probability race
5959
condition is still possible, for this reason the process is tried to be spawn 3 times with different
6060
ports.
6161
* The process is killed when the struct goes out of scope no matter how the test finishes

0 commit comments

Comments
 (0)