diff --git a/Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh b/Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh
index 122d13d..c33c71f 100755
--- a/Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh
+++ b/Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh
@@ -1,15 +1,15 @@
 #!/bin/bash
 #
-# cli_checkRepoDirSource.sh -- This function standardizes the access
-# to directories inside the working copy using absolute paths. This
-# function transforms relative paths passed as non-option arguments to
-# centos-art.sh script command-line into absolute paths inside the
-# working copy and verifies whether they really exist as directories
-# inside the working copy or not. If the path provided doesn't exist
-# as directory inside the working copy, the script will finish its
-# execution immediately with an error message. Otherwise, if the
-# directory exists, the variable ACTIONVAL is redefined with the
-# related absolute path for further use.
+# cli_checkRepoDirSource.sh -- This function standardizes the path
+# construction to directories inside the working copy, using absolute
+# paths. This function transforms relative paths passed as non-option
+# arguments to centos-art.sh script command-line into absolute paths
+# inside the working copy and verifies whether they really exist as
+# directories inside the working copy or not. If the path provided
+# doesn't exist as directory inside the working copy, the script will
+# finish its execution immediately with an error message. Otherwise,
+# if the directory exists, the variable ACTIONVAL is redefined with
+# the related absolute path for further use.
 #
 #   NOTE: Transforming relative paths into absolute paths before
 #   processing them is very useful when you need to execute the