X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Futils%2Ftap-driver.sh;h=921e38fcc6d3f82ae54642be4b5f0d9b41a29980;hp=94f1c3e12f0a3b5773266d1db2cce8a161ec624c;hb=a3415009881c13c7401ab4b8d7c0216bbee63ce2;hpb=5df9d1a4a0099b2e4a6c954bac935b9808fc33b9 diff --git a/tests/utils/tap-driver.sh b/tests/utils/tap-driver.sh index 94f1c3e..921e38f 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 progresive number to it. if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/) { match(line, "^[0-9]+")