소스 검색

Fix the comment on install_switch.php.

markjcrane 9 년 전
부모
커밋
e20bb2dbcc
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      core/install/resources/classes/install_switch.php

+ 1 - 2
core/install/resources/classes/install_switch.php

@@ -115,8 +115,7 @@ include "root.php";
 					recursive_delete($this->global_settings->switch_conf_dir());
 				}
 
-			//make the directory
-				sure the conf directory exists
+			//make sure the conf directory exists
 				if (!is_dir($this->global_settings->switch_conf_dir())) {
 					if (!mkdir($this->global_settings->switch_conf_dir(), 0774, true)) {
 						throw new Exception("Failed to create the switch conf directory '".$this->global_settings->switch_conf_dir()."'. ");