mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 16:03:15 +02:00
Replace "can not" with "cannot" in docs, user messages, and tests
This commit is contained in:
@@ -93,7 +93,7 @@ def bctest(testDir, testObj, buildenv):
|
||||
try:
|
||||
outputData = open(os.path.join(testDir, outputFn), encoding="utf8").read()
|
||||
except:
|
||||
logging.error("Output file " + outputFn + " can not be opened")
|
||||
logging.error("Output file " + outputFn + " cannot be opened")
|
||||
raise
|
||||
if not outputData:
|
||||
logging.error("Output data missing for " + outputFn)
|
||||
|
Reference in New Issue
Block a user