summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-02-15 01:36:04 +0100
committervlakoff <vlakoff@gmail.com>2013-02-15 01:36:04 +0100
commit3567246091195e035ea4c8d3b2915eb6b45ad5e2 (patch)
tree5abb111b5b6a1ecbe79720b37057df085bebad38 /tests
parent3a533ac93a62f15c2abd186878238b0a99e10f88 (diff)
Various cosmetic fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/codeigniter/core/URI_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/core/URI_test.php b/tests/codeigniter/core/URI_test.php
index e2deabe51..7fa0e6265 100644
--- a/tests/codeigniter/core/URI_test.php
+++ b/tests/codeigniter/core/URI_test.php
@@ -91,7 +91,7 @@ class URI_test extends CI_TestCase {
public function test_explode_segments()
{
- // Lets test the function's ability to clean up this mess
+ // Let's test the function's ability to clean up this mess
$uris = array(
'test/uri' => array('test', 'uri'),
'/test2/uri2' => array('test2', 'uri2'),