summaryrefslogtreecommitdiff
path: root/tap-driver.sh
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-06 13:59:28 +0000
committerFelix Yan <felixonmars@archlinux.org>2020-08-06 13:59:28 +0000
commitd0947faf552629a66d92c9c1e85cb8180aa3f86a (patch)
tree925fe38bd82bc9d4802b937622c5fa01c3bf4ba7 /tap-driver.sh
parentbf6b841a8465a0b80cbb159e7eb27898d2756e5a (diff)
downloadlibrsvg-d0947faf552629a66d92c9c1e85cb8180aa3f86a.tar.gz
Correct a typo in tap-driver.sh
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-xtap-driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-driver.sh b/tap-driver.sh
index 19aa531d..36d49946 100755
--- a/tap-driver.sh
+++ b/tap-driver.sh
@@ -370,7 +370,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]+")