fix typo in debug output during voltha-stack deployment

* replace "ContainerCrating" with "ContainerCreating"
* add unrelated change in jjb/ to trigger jenkins pipeline

Change-Id: I1368dac5f6d1521026b281ed4c7a0d08e1610a7f

Signed-off-by: Jan Klare <jan.klare@bisdn.de>
Change-Id: I7fe130de727d63e2341e6500237add64306a5eed
diff --git a/vars/volthaStackDeploy.groovy b/vars/volthaStackDeploy.groovy
index 35a375c..d4f4d50 100644
--- a/vars/volthaStackDeploy.groovy
+++ b/vars/volthaStackDeploy.groovy
@@ -166,7 +166,7 @@
     ## Probe for cluster state
     ## -----------------------
     if grep -q -e 'ContainerCreating' \$vsd_log; then
-        echo -e '\nvolthaStackDeploy.groovy: ContainerCrating active'
+        echo -e '\nvolthaStackDeploy.groovy: ContainerCreating active'
         [[ -v debug ]] && grep -e 'ContainerCreating' \$vsd_log
 
     elif grep -q -e '0/' \$vsd_log; then
@@ -262,7 +262,7 @@
     ## Probe for cluster state
     ## -----------------------
     if grep -q -e 'ContainerCreating' \$vsd_log; then
-        echo -e '\nvolthaStackDeploy.groovy: ContainerCrating active'
+        echo -e '\nvolthaStackDeploy.groovy: ContainerCreating active'
         [[ -v debug ]] && grep -e 'ContainerCreating' \$vsd_log
 
     elif grep -q -e '0/' \$vsd_log; then