summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/URI_test.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-02-15 12:35:43 +0100
committerAndrey Andreev <narf@bofh.bg>2013-02-15 12:35:43 +0100
commit3ba26413f3fabe64f77f936a357845d118f950f5 (patch)
tree5abb111b5b6a1ecbe79720b37057df085bebad38 /tests/codeigniter/core/URI_test.php
parent3a533ac93a62f15c2abd186878238b0a99e10f88 (diff)
parent3567246091195e035ea4c8d3b2915eb6b45ad5e2 (diff)
Merge pull request #2248 from vlakoff/develop
Various cosmetic fixes
Diffstat (limited to 'tests/codeigniter/core/URI_test.php')
-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'),