diff mbox

jta-core: fix common.sh spelling error

Message ID 56A2CE13.7050303@sonymobile.com (mailing list archive)
State New, archived
Headers show

Commit Message

Bird, Tim Jan. 23, 2016, 12:49 a.m. UTC
Fix a minor spelling error in common.sh

Signed-off-by: Tim Bird <tim.bird@sonymobile.com>
---
These are trivial, but I think it's nice to get them fixed.

 engine/scripts/common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/engine/scripts/common.sh b/engine/scripts/common.sh
index 42c9dcb..df3bdc2 100644
--- a/engine/scripts/common.sh
+++ b/engine/scripts/common.sh
@@ -44,7 +44,7 @@  function abort_job {
   while true; do sleep 5; done
 }
 
-# check is variable is set and fail if otherwise
+# check if variable is set and fail if otherwise
 function assert_define () {
     varname=$1
     if [ -z "${!varname}" ]