Просмотр исходного кода

Bad spelling: directories not directorys

Daniel Gibbs 9 лет назад
Родитель
Сommit
f3b128a002
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      lgsm/functions/check_permissions.sh
  2. 1 1
      lgsm/functions/command_fastdl.sh

+ 1 - 1
lgsm/functions/check_permissions.sh

@@ -3,7 +3,7 @@
 # Author: Daniel Gibbs
 # Contributor: UltimateByte
 # Website: https://gameservermanagers.com
-# Description: Checks ownership & permissions of scripts, files and directorys.
+# Description: Checks ownership & permissions of scripts, files and directories.
 
 local commandname="CHECK"
 local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"

+ 1 - 1
lgsm/functions/command_fastdl.sh

@@ -52,7 +52,7 @@ fn_fastdl_init(){
 	done
 	fn_script_log "Initiating FastDL creation"
 
-	# Check and create directorys
+	# Check and create directories
 	if [ ! -d "${webdir}" ]; then
 		echo ""
 		fn_print_info "Creating FastDL directories"