Selaa lähdekoodia

corrected spelling mistake

Matthew Vale 9 vuotta sitten
vanhempi
commit
eaacf9b255
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core/upgrade/upgrade.php

+ 1 - 1
core/upgrade/upgrade.php

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