diff options
author | klemens <ka7@github.com> | 2017-01-16 21:01:58 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2017-01-16 21:01:58 +0100 |
commit | 24fedeb2075194f0da475f45f400a0866d9577f9 (patch) | |
tree | 8fd8dadad68bb36bb523bff05d1c578233912c2f /user_guide_src/source/libraries/input.rst | |
parent | f41b4e33d1d5fe8d17b3d572b9676b0fdfedc8f7 (diff) |
spelling fixes
Diffstat (limited to 'user_guide_src/source/libraries/input.rst')
-rw-r--r-- | user_guide_src/source/libraries/input.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst index aee39584a..8a0b5f286 100644 --- a/user_guide_src/source/libraries/input.rst +++ b/user_guide_src/source/libraries/input.rst @@ -124,7 +124,7 @@ Class Reference $this->input->post(array('field1', 'field2')); - Same rule applied here, to retrive the parameters with XSS filtering enabled, set the + Same rule applied here, to retrieve the parameters with XSS filtering enabled, set the second parameter to boolean TRUE. :: @@ -157,7 +157,7 @@ Class Reference $this->input->get(array('field1', 'field2')); - Same rule applied here, to retrive the parameters with XSS filtering enabled, set the + Same rule applied here, to retrieve the parameters with XSS filtering enabled, set the second parameter to boolean TRUE. :: |