From eb255474a4febd010af05023c10e43d0f9dfaf7f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 12 2011 16:26:50 +0000 Subject: Update render.sh. --- diff --git a/Scripts/Bash/Cli/Functions/Render/render.sh b/Scripts/Bash/Cli/Functions/Render/render.sh index 2eeb8ae..1f81578 100644 --- a/Scripts/Bash/Cli/Functions/Render/render.sh +++ b/Scripts/Bash/Cli/Functions/Render/render.sh @@ -66,8 +66,8 @@ function render { # base-rendition flow). ACTIONNAM="${FUNCNAME}_doBaseActions" - # Define action value. As convenction, we use non-option arguments - # to define the action value (ACTIONVAL) variable. + # Define action value. We use non-option arguments to define the + # action value (ACTIONVAL) variable. for ACTIONVAL in "$@";do if [[ $ACTIONVAL == '--' ]];then