Merge pull request #6620 from ethereum/external-tests-abiv2

Fix typo in external test commons
This commit is contained in:
chriseth 2019-05-02 11:38:08 +02:00 committed by GitHub
commit 6b2dbbffe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ function force_solc_settings
function force_abi_v2
{
# Add "pragma experimental ABIEncoderV2" to all files.
printLog "Forcibly enabling ABIEncodreV2..."
printLog "Forcibly enabling ABIEncoderV2..."
find contracts test -name '*.sol' -type f -print0 | \
while IFS= read -r -d '' file
do