diff --git a/Scripts/Bash/Functions/cli_getRepoStatus.sh b/Scripts/Bash/Functions/cli_getRepoStatus.sh index 00ab48e..001b26f 100755 --- a/Scripts/Bash/Functions/cli_getRepoStatus.sh +++ b/Scripts/Bash/Functions/cli_getRepoStatus.sh @@ -3,7 +3,7 @@ # cli_getRepoStatus.sh -- This function requests the working copy # using the svn status command and returns the first character in the # output line, as described in svn help status, for the LOCATION -# specified. Use this function to perform verification based a +# specified. Use this function to perform verifications based a # repository LOCATION status. # # Copyright (C) 2009, 2010 Alain Reguera Delgado