diff --git a/module/user/lang/de.php b/module/user/lang/de.php index 5e145f3a29..42b2904f0b 100644 --- a/module/user/lang/de.php +++ b/module/user/lang/de.php @@ -318,7 +318,7 @@ $lang->user->mkdirLinux = <<不能创建临时目录,请确认目录%s是否存在并有操作权限。
命令为:chmod 777 -R %s。
A tmp directory cannot be created. Make sure the directory %s exists and you have the right permission.
-
Commond: chmod 777 -R %s.
+
Command: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/en.php b/module/user/lang/en.php index 54fb76bf76..e53e46cede 100644 --- a/module/user/lang/en.php +++ b/module/user/lang/en.php @@ -318,7 +318,7 @@ $lang->user->mkdirLinux = <<不能创建临时目录,请确认目录%s是否存在并有操作权限。
命令为:chmod 777 -R %s。
A tmp directory cannot be created. Make sure the directory %s exists and you have the right permission.
-
Commond: chmod 777 -R %s.
+
Command: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/fr.php b/module/user/lang/fr.php index ffd8794e44..997538d81b 100644 --- a/module/user/lang/fr.php +++ b/module/user/lang/fr.php @@ -318,7 +318,7 @@ $lang->user->mkdirLinux = <<不能创建临时目录,请确认目录%s是否存在并有操作权限。
命令为:chmod 777 -R %s。
A tmp directory cannot be created. Make sure the directory %s exists and you have the right permission.
-
Commond: chmod 777 -R %s.
+
Command: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/vi.php b/module/user/lang/vi.php index 81531a3b69..aa4781aac6 100644 --- a/module/user/lang/vi.php +++ b/module/user/lang/vi.php @@ -262,6 +262,6 @@ $lang->user->mkdirLinux = <<不能创建临时目录,请确认目录%s是否存在并有操作权限。
命令为:chmod 777 -R %s。
Can't create tmp directory, make sure the directory %s exists and has permission to operate.
-
Commond: chmod 777 -R %s.
+
Command: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/zh-cn.php b/module/user/lang/zh-cn.php index d7a7915536..04607a49a8 100644 --- a/module/user/lang/zh-cn.php +++ b/module/user/lang/zh-cn.php @@ -318,7 +318,7 @@ $lang->user->mkdirLinux = <<不能创建临时目录,请确认目录%s是否存在并有操作权限。
命令为:chmod 777 -R %s。
Can't create tmp directory, make sure the directory %s exists and has permission to operate.
-
Commond: chmod 777 -R %s.
+
Command: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/zh-tw.php b/module/user/lang/zh-tw.php index 7f8b54474f..1d8dbc950a 100644 --- a/module/user/lang/zh-tw.php +++ b/module/user/lang/zh-tw.php @@ -284,7 +284,7 @@ $lang->user->mkdirLinux = <<不能創建臨時目錄,請確認目錄%s是否存在並有操作權限。
命令為:chmod 777 -R %s。
Can't create tmp directory, make sure the directory %s exists and has permission to operate.
-
Commond: chmod 777 -R %s.
+
Command: chmod 777 -R %s.
EOT;