Spell bootstrap correctly

This commit is contained in:
james 2010-07-16 16:37:21 +00:00
parent 0a4acc7dd5
commit aaea2764b6

View File

@ -23,7 +23,7 @@
?>
<?
//bootstrap sets up the session, loads config params, etc, etc.
require_once("common.inc.bootastrap.php");
require_once("common.inc.bootstrap.php");
//functions contains all the common functions besides the header/footer functions
require_once("common.inc.functions.php");