Daniel Gibbs 9 年之前
父節點
當前提交
70922d953a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/check_logs.sh

+ 1 - 1
lgsm/functions/check_logs.sh

@@ -20,7 +20,7 @@ if [ ! -d "${scriptlogdir}" ]||[ ! -d "${consolelogdir}" ]&&[ "${gamename}" != "
 	fn_check_logs
 fi
 
-# Create gamelogdir if variable exist but dir doesn't exist
+# Create gamelogdir if variable exist but dir does not exist
 if [ -n "${gamelogdir}" ]&&[ ! -d "${gamelogdir}" ]; then
 	fn_check_logs
 fi