From a3415009881c13c7401ab4b8d7c0216bbee63ce2 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sat, 13 Nov 2021 13:16:03 +0200 Subject: [PATCH] Fix typo Signed-off-by: Dimitris Apostolou Signed-off-by: Mathieu Desnoyers Change-Id: Iaefe3b69b228773463fe93b2d9ddd3860caa83a8 --- tests/utils/tap-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]+") -- 2.34.1