summaryrefslogtreecommitdiffstats
path: root/user_guide/general
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-02 04:45:31 +0200
committeradmin <devnull@localhost>2006-09-02 04:45:31 +0200
commit6bda4e97821ee26efa29a2604b2e03eb2aa7273f (patch)
treec9ea0632c1e55ae2a5b4d70676f65761f8cfff79 /user_guide/general
parenteb6db84333c40ed8d15dec5014564120ee0c60e6 (diff)
Diffstat (limited to 'user_guide/general')
-rw-r--r--user_guide/general/changelog.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index a77077235..0a91b0c53 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -65,7 +65,7 @@ Change Log
<h2>Version 1.4.0</h2>
-<p>Release Date: Septemer 01, 2006</p>
+<p>Release Date: September 01, 2006</p>
<ul>
<li>Added <a href="hooks.html">Hooks</a> feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.</li>
@@ -80,7 +80,7 @@ Change Log
<li>Updated the URI Protocol code to allow more options so that URLs will work more reliably in different environments.</li>
<li>Updated the <dfn>form_open()</dfn> helper to allow the GET method to be used.</li>
<li>Updated the MySQLi <dfn>execute()</dfn> function with some code to help prevent lost connection errors.</li>
-<li>Updated the SQLite Driver to check for object support before attmpting to return results as objects. If unsupported it returns an array.</li>
+<li>Updated the SQLite Driver to check for object support before attempting to return results as objects. If unsupported it returns an array.</li>
<li>Updated the Models loader function to allow multiple loads of the same model.</li>
<li>Updated the MS SQL driver so that single quotes are escaped.</li>
<li>Removed a strtolower() call that was changing URL segments to lower case.</li>
@@ -102,10 +102,10 @@ Change Log
<li>Fixed a minor bug in one of the error messages in the language class.</li>
<li>Fixed a bug in the date helper <dfn>timespan</dfn> function.</li>
<li>Fixed an undefined variable in the DB Driver class.</li>
-<li>Fixed a bug in which dollar signs used as binding replacemnt values in the DB class would be treated as RegEx back-references.</li>
+<li>Fixed a bug in which dollar signs used as binding replacement values in the DB class would be treated as RegEx back-references.</li>
<li>Fixed a bug in the <dfn>set_hash()</dfn> function which was preventing MD5 from being used.</li>
<li>Fixed a couple bugs in the Unit Testing class.</li>
-<li>Fixed an incorrectlyl named variable in the Validation class.</li>
+<li>Fixed an incorrectly named variable in the Validation class.</li>
<li>Fixed some MS SQL bugs.</li>
<li>Fixed some doc typos.</li>
</ul>