From f7be0cc943cf5f53b6ef6442886ca0ab00b3f88f Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 29 Feb 2016 11:43:32 -0700 Subject: [PATCH] Fix the comment on install_switch.php. --- core/install/resources/classes/install_switch.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/install/resources/classes/install_switch.php b/core/install/resources/classes/install_switch.php index c86bd72143..8d6013c114 100644 --- a/core/install/resources/classes/install_switch.php +++ b/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()."'. ");