From cb463e53f979f496f3d40fb288b66e6537d86dc7 Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Fri, 14 Dec 2018 00:41:37 -0500 Subject: [PATCH 1/2] Spelling correction --- eosio_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eosio_build.sh b/eosio_build.sh index b1988d74f0c..d1e77b6e85f 100755 --- a/eosio_build.sh +++ b/eosio_build.sh @@ -238,7 +238,7 @@ . "$FILE" - printf "\\n\\n>>>>>>>> ALL dependencies sucessfully found or installed . Installing EOSIO\\n\\n" + printf "\\n\\n>>>>>>>> ALL dependencies successfully found or installed . Installing EOSIO\\n\\n" printf ">>>>>>>> CMAKE_BUILD_TYPE=%s\\n" "${CMAKE_BUILD_TYPE}" printf ">>>>>>>> ENABLE_COVERAGE_TESTING=%s\\n" "${ENABLE_COVERAGE_TESTING}" printf ">>>>>>>> DOXYGEN=%s\\n\\n" "${DOXYGEN}" From e027d0081973e11b634ddbcff201097d4f1c4491 Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Fri, 14 Dec 2018 00:43:38 -0500 Subject: [PATCH 2/2] 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