X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Futils%2Ftap-driver.sh;h=bb4688069b464cec3623dfb8926e63f87e06fcab;hp=94f1c3e12f0a3b5773266d1db2cce8a161ec624c;hb=e74015680521597497c3218160a9e80081932896;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6 diff --git a/tests/utils/tap-driver.sh b/tests/utils/tap-driver.sh index 94f1c3e1..bb468806 100755 --- a/tests/utils/tap-driver.sh +++ b/tests/utils/tap-driver.sh @@ -361,7 +361,7 @@ function setup_result_obj(line) sub("^(not )?ok[ \t]*", "", line) # If the result has an explicit number, get it and strip it; otherwise, - # automatically assing the next progresive number to it. + # automatically assign the next progressive number to it. if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/) { match(line, "^[0-9]+")