Replace "can not" with "cannot" in docs, user messages, and tests

This commit is contained in:
Jon Atack
2022-02-17 12:54:39 +01:00
parent e670edd434
commit 48742693ac
16 changed files with 21 additions and 21 deletions

View File

@ -23,7 +23,7 @@ class UptimeTest(BitcoinTestFramework):
self._test_uptime()
def _test_negative_time(self):
assert_raises_rpc_error(-8, "Mocktime can not be negative: -1.", self.nodes[0].setmocktime, -1)
assert_raises_rpc_error(-8, "Mocktime cannot be negative: -1.", self.nodes[0].setmocktime, -1)
def _test_uptime(self):
wait_time = 10