From e027d0081973e11b634ddbcff201097d4f1c4491 Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Fri, 14 Dec 2018 00:43:38 -0500 Subject: [PATCH] Spelling correction #2 --- tests/validate-dirty-db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/validate-dirty-db.py b/tests/validate-dirty-db.py index 68a62701dd6..ac7520bc353 100755 --- a/tests/validate-dirty-db.py +++ b/tests/validate-dirty-db.py @@ -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