From 7e296074ccf118a248896619f1638178ca9d45a5 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 18:49:42 +0000 Subject: Update `Functions/Commons/cli_getRepoName.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_getRepoName.sh b/Scripts/Bash/Functions/Commons/cli_getRepoName.sh index a995304..5a234df 100755 --- a/Scripts/Bash/Functions/Commons/cli_getRepoName.sh +++ b/Scripts/Bash/Functions/Commons/cli_getRepoName.sh @@ -1,8 +1,8 @@ #!/bin/bash # # cli_getRepoName.sh -- This function standardize file and directories -# name convenction inside the working copy of CentOS Artowrk -# Repository. As convenction, regular files are written in lower case +# name convection inside the working copy of CentOS Artowrk +# Repository. As convection, regular files are written in lower case # and directories are written in lower case but with the first letter # in upper case. Use this function to sanitate the name of regular # files and directory components of paths you work with.