cleanup: spelling fixes in comments
[lttng-ust.git] / tests / utils / tap-driver.sh
index 12742cae98cce9ba8ca838de4f2feb6bfd0250fb..7f895de6b4307183d7d0f879f6ee4c657b0ec155 100755 (executable)
@@ -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]+")
This page took 0.022971 seconds and 4 git commands to generate.