浏览代码

corrected spelling mistake

Matthew Vale 9 年之前
父节点
当前提交
eaacf9b255
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/upgrade/upgrade.php

+ 1 - 1
core/upgrade/upgrade.php

@@ -67,7 +67,7 @@
 	$obj = new schema;
 	$obj = new schema;
 	echo $obj->schema("text");
 	echo $obj->schema("text");
 
 
-//request teh switch to perform upgrade functions
+//request the switch to perform upgrade functions
 	$obj = new install_switch;
 	$obj = new install_switch;
 	$obj->upgrade();
 	$obj->upgrade();