From 6653b4c86f585ade638454485d2f4fce4a083a97 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 4 Jul 2011 05:15:30 +0000 Subject: [PATCH] fixed typo git-svn-id: http://biopieces.googlecode.com/svn/trunk@1485 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/lib/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2