summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2007-06-12 05:53:21 +0200
committerRick Ellis <rick.ellis@ellislab.com>2007-06-12 05:53:21 +0200
commit65e8f0e0833dac10362775b9edf3cffae126abb8 (patch)
treec5c3da2a064edf77cbfdfbf30859f9403f840602 /system
parent3921314954fb851cf2b0980cabc750e0481d0de5 (diff)
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Input.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index 102e3b5eb..1ff72877b 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -394,7 +394,7 @@ class CI_Input {
{
return FALSE;
}
- // IP cannot start with 0
+ // IP can not start with 0
if (substr($ip_segments[0], 0, 1) == '0')
{
return FALSE;