Fixes typo in external test commons.

This commit is contained in:
Erik Kundt 2019-05-02 11:33:11 +02:00
parent 1eeca84cad
commit 672f874b54

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