]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/lib/test.sh
fixed typo
[biopieces.git] / bp_test / lib / test.sh
index 768388b6e6334bed5b60d35b6c023a108acf0f59..c6de52220ca63e65075be090b12e63862a5f261b 100755 (executable)
@@ -171,7 +171,7 @@ function test_aux_program
 {
     local program=$1
 
-    echo -n "Checking auxillary program - \"$program\": "
+    echo -n "Checking auxiliary program - \"$program\": "
 
     if command -v $program >/dev/null; then
         echo_green "OK"