Skip to content

Commit b24c01c

Browse files
committed
docs: fix typo in comments
1 parent 5193414 commit b24c01c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/HTTP/SiteURI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SiteURI extends URI
4343
* List of URI segments in baseURL and indexPage.
4444
*
4545
* If the URI is "http://localhost:8888/ci431/public/index.php/test?a=b",
46-
* and the baseUR is "http://localhost:8888/ci431/public/", then:
46+
* and the baseURL is "http://localhost:8888/ci431/public/", then:
4747
* $baseSegments = [
4848
* 0 => 'ci431',
4949
* 1 => 'public',
@@ -59,7 +59,7 @@ class SiteURI extends URI
5959
* to the baseURL.
6060
*
6161
* If the URI is "http://localhost:8888/ci431/public/index.php/test?a=b",
62-
* and the baseUR is "http://localhost:8888/ci431/public/", then:
62+
* and the baseURL is "http://localhost:8888/ci431/public/", then:
6363
* $segments = [
6464
* 0 => 'test',
6565
* ];

0 commit comments

Comments
 (0)