X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Ftap-driver.sh;h=921e38fcc6d3f82ae54642be4b5f0d9b41a29980;hb=HEAD;hp=94f1c3e12f0a3b5773266d1db2cce8a161ec624c;hpb=78d75878ba59e55d36205d78d98be26496e112c1;p=urcu.git 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]+")