[librsvg: 1/2] Correct a typo in tap-driver.sh




commit d0947faf552629a66d92c9c1e85cb8180aa3f86a
Author: Felix Yan <felixonmars archlinux org>
Date:   Thu Aug 6 13:59:28 2020 +0000

    Correct a typo in tap-driver.sh

 tap-driver.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tap-driver.sh b/tap-driver.sh
index 19aa531de..36d499466 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]+")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]