Merge "Fix genius CSIT jobs"
[releng/builder.git] / jjb / integration / integration-deploy-openstack-run-test.sh
index db2253e9ada5233f558d87ccc012aaa836469237..1e33309a143108eb31fcc4271eea776becad34e4 100644 (file)
@@ -1297,7 +1297,7 @@ echo "Starting Robot test suites ${SUITES} ..."
 suite_num=0
 for suite in ${SUITES}; do
     # prepend an incremental counter to the suite name so that the full robot log combining all the suites as is done
-    # in the rebot step below will list all the suites in chronological order as rebot seems to alphabatize them
+    # in the rebot step below will list all the suites in chronological order as rebot seems to alphabetize them
     let "suite_num = suite_num + 1"
     suite_index="$(printf %02d ${suite_num})"
     suite_name="$(basename ${suite} | cut -d. -f1)"