From 6c362f4174affc825129a750c3e25b8eca7bc9db Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 9 Jan 2012 19:10:57 +0100 Subject: [PATCH] correct parametrs order --- libraries/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/common b/libraries/common index 0af989c..c4cdded 100644 --- a/libraries/common +++ b/libraries/common @@ -64,7 +64,7 @@ function die() { #------------------------------------------------------------------------------- # Checks whether a defined variable contain specified element or not -# Parameters: %variable% %element% +# Parameters: %element% %variable% #------------------------------------------------------------------------------- function hasElement() { local NEEDLE=${1}