Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Spelling correction #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lee authored Dec 14, 2018
1 parent cb463e5 commit e027d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validate-dirty-db.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def runNodeosAndGetOutput(myTimeout=3):
assert(ret)
assert(isinstance(ret, tuple))
if not ret[0]:
errorExit("Failed to startup nodeos sucessfully on try number %d" % (i))
errorExit("Failed to startup nodeos successfully on try number %d" % (i))
assert(ret[1])
assert(isinstance(ret[1], dict))
# pylint: disable=unsubscriptable-object
Expand Down

0 comments on commit e027d00

Please sign in to comment.