diff --git a/Scripts/Bash/Functions/Help/help_createEntry.sh b/Scripts/Bash/Functions/Help/help_createEntry.sh index 4aa8567..820ffc5 100755 --- a/Scripts/Bash/Functions/Help/help_createEntry.sh +++ b/Scripts/Bash/Functions/Help/help_createEntry.sh @@ -1,7 +1,7 @@ #!/bin/bash # # help_createEntry.sh -- This function creates a new documentation -# entry based on option value (ACTIONVAL). +# entry based on action value (ACTIONVAL). # # Copyright (C) 2009, 2010 Alain Reguera Delgado # diff --git a/Scripts/Bash/Functions/Help/help_getActions.sh b/Scripts/Bash/Functions/Help/help_getActions.sh index d5f8a4f..0316987 100755 --- a/Scripts/Bash/Functions/Help/help_getActions.sh +++ b/Scripts/Bash/Functions/Help/help_getActions.sh @@ -1,7 +1,7 @@ #!/bin/bash # # help_getActions.sh -- This function initializes documentation -# functionalities, using option value as reference. +# functionalities, using action value as reference. # # Copyright (C) 2009, 2010 Alain Reguera Delgado # diff --git a/Scripts/Bash/Functions/Help/help_getEntry.sh b/Scripts/Bash/Functions/Help/help_getEntry.sh index 3a3205b..5b83bd4 100755 --- a/Scripts/Bash/Functions/Help/help_getEntry.sh +++ b/Scripts/Bash/Functions/Help/help_getEntry.sh @@ -1,7 +1,7 @@ #!/bin/bash # # help_getEntry.sh -- This function builds a documentation entry based -# on option value (ACTIONVAL) variable. +# on action value (ACTIONVAL) variable. # # Copyright (C) 2009, 2010 Alain Reguera Delgado # diff --git a/Scripts/Bash/Functions/Help/help_getNode.sh b/Scripts/Bash/Functions/Help/help_getNode.sh index b816e04..8799ba4 100755 --- a/Scripts/Bash/Functions/Help/help_getNode.sh +++ b/Scripts/Bash/Functions/Help/help_getNode.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# help_getNode.sh -- This function cleans up the option value +# help_getNode.sh -- This function cleans up the action value # (ACTIONVAL) directory to make a node name from it. # # Copyright (C) 2009, 2010 Alain Reguera Delgado