X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=devtools%2Fvalidate-abi.sh;fp=devtools%2Fvalidate-abi.sh;h=0accc99b11338e50747d2778b26389d8ccc6f486;hb=f239aed5e674965691846e8ce3f187dd47523689;hp=52e4e7ae736aa901f320aedeb121d9b6cd842488;hpb=bf7567fd2a5b0b28ab724046143c24561d38d015;p=deb_dpdk.git diff --git a/devtools/validate-abi.sh b/devtools/validate-abi.sh index 52e4e7ae..0accc99b 100755 --- a/devtools/validate-abi.sh +++ b/devtools/validate-abi.sh @@ -150,14 +150,14 @@ TAG2="$TAG2 ($HASH2)" ABICHECK=`which abi-compliance-checker 2>/dev/null` if [ $? -ne 0 ] then - log "INFO" "Cant find abi-compliance-checker utility" + log "INFO" "Can't find abi-compliance-checker utility" cleanup_and_exit 1 fi ABIDUMP=`which abi-dumper 2>/dev/null` if [ $? -ne 0 ] then - log "INFO" "Cant find abi-dumper utility" + log "INFO" "Can't find abi-dumper utility" cleanup_and_exit 1 fi