Fix cluster-deregistration: update workflowtemplate and functions
Change-Id: Ibd4c2195d6b56a002daaf81f3ce9f93e69af446b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/docker/osm-krm-functions/scripts/library/helper-functions.rc b/docker/osm-krm-functions/scripts/library/helper-functions.rc
index 29e00ff..be3601a 100644
--- a/docker/osm-krm-functions/scripts/library/helper-functions.rc
+++ b/docker/osm-krm-functions/scripts/library/helper-functions.rc
@@ -403,7 +403,7 @@
local TARGET_NAME="$2"
local OPERATION="$3"
local PATCH_PATH="$4"
- # Gathers all optional parameters for transformer funcion (if any) and puts them into an array for further use
+ # Gathers all optional parameters for transformer function (if any) and puts them into an array for further use
local ALL_PARAMS=( "${@}" )
local VALUES=( "${ALL_PARAMS[@]:4}" )