From cb36e34719bf60904bc7fa39dfbcb0fa86310e66 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 31 Aug 2008 14:24:56 +0000 Subject: grammar changes --- system/libraries/URI.php | 2 +- system/libraries/Unit_test.php | 2 +- user_guide/changelog.html | 6 +++--- user_guide/database/queries.html | 2 +- user_guide/database/transactions.html | 2 +- user_guide/general/routing.html | 2 +- user_guide/libraries/input.html | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/system/libraries/URI.php b/system/libraries/URI.php index c3dfef1d8..668b1ee01 100644 --- a/system/libraries/URI.php +++ b/system/libraries/URI.php @@ -237,7 +237,7 @@ class CI_URI { * Re-index Segments * * This function re-indexes the $this->segment array so that it - * starts at 1 rather then 0. Doing so makes it simpler to + * starts at 1 rather than 0. Doing so makes it simpler to * use functions like $this->uri->segment(n) since there is * a 1:1 relationship between the segment array and the actual segments. * diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index e53e04c15..de2ab7306 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -150,7 +150,7 @@ class CI_Unit_test { /** * Use strict comparison * - * Causes the evaluation to use === rather then == + * Causes the evaluation to use === rather than == * * @access public * @param bool diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 5e9fc88c3..50a3bc78e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -69,7 +69,7 @@ SVN Revision: XXXX

  • Updated the Sessions class so that any custom data being saved gets stored to a database rather than the session cookie (assuming you are using a database to store session data), permitting much more data to be saved.
  • Added the ability to store libraries in subdirectories within either the main "libraries" or the local application "libraries" folder. Please see the Loader class for more info.
  • Added the ability to assign library objects to your own variable names when you use this->load->library(). Please see the Loader class for more info.
  • -
  • Changed the output of the profiler to use style attribute rather then clear, and added the id "codeigniter_profiler" to the container div
  • +
  • Changed the output of the profiler to use style attribute rather than clear, and added the id "codeigniter_profiler" to the container div
  • Helpers @@ -96,7 +96,7 @@ SVN Revision: XXXX

    Bug fixes for 1.7.0