Skip to content

Commit 10ad52e

Browse files
committed
Fix typo and format issue.
1 parent a4534be commit 10ad52e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Te goal of this file is to allow developers a location
4+
* The goal of this file is to allow developers a location
55
* where they can overwrite core procedural functions and
66
* replace them with their own. This file is loaded during
77
* the bootstrap process and is called during the frameworks

system/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
}
9898

9999
// Let's see if an app/Common.php file exists
100-
if ( file_exists(APPPATH . 'Common.php')) {
101-
// If it does, let's require it
100+
if (file_exists(APPPATH . 'Common.php'))
101+
{
102102
require_once APPPATH . 'Common.php';
103103
}
104104

0 commit comments

Comments
 (0)