From: martinahansen Date: Mon, 4 Jul 2011 05:15:30 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6653b4c86f585ade638454485d2f4fce4a083a97;p=biopieces.git fixed typo git-svn-id: http://biopieces.googlecode.com/svn/trunk@1485 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_test/lib/test.sh b/bp_test/lib/test.sh index 768388b..c6de522 100755 --- a/bp_test/lib/test.sh +++ b/bp_test/lib/test.sh @@ -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"