Fix typo
[urcu.git] / tests / utils / tap-driver.sh
index 94f1c3e12f0a3b5773266d1db2cce8a161ec624c..921e38fcc6d3f82ae54642be4b5f0d9b41a29980 100755 (executable)
@@ -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]+")
This page took 0.022793 seconds and 4 git commands to generate.