X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=tests%2Futils%2Ftap-driver.sh;h=7f895de6b4307183d7d0f879f6ee4c657b0ec155;hp=12742cae98cce9ba8ca838de4f2feb6bfd0250fb;hb=2fbda51c64f28b33b8febffc998af235e6fa9ea9;hpb=81b2d23800224648edd5850dd43b78d00b668a5e diff --git a/tests/utils/tap-driver.sh b/tests/utils/tap-driver.sh index 12742cae..7f895de6 100755 --- a/tests/utils/tap-driver.sh +++ b/tests/utils/tap-driver.sh @@ -372,7 +372,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]+")