diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-02-01 17:58:38 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-02-01 17:58:38 +0100 |
commit | 78729d8be684369ed2b5e60e35052c2160c9ac39 (patch) | |
tree | cec3bdd922584dc63cf60b44c6bddc853e3fcaad /user_guide/changelog.html | |
parent | b6cd79c40dd39cd6fb36b84cd5c23558854ea1ad (diff) |
some minor grammar errors
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index d01e564ce..83e904681 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -433,7 +433,7 @@ Change Log <li>Deprecated the hash() function due to a naming conflict with a native PHP function with the same name. Please use <kbd>dohash()</kbd> instead.</li>
<li>Fixed an bug that was preventing the input class from unsetting GET variables.</li>
<li>Fixed a router bug that was making it too greedy when matching end segments.</li>
-<li>Fixed a bug that was preventing multiple discreet database calls.</li>
+<li>Fixed a bug that was preventing multiple discrete database calls.</li>
<li>Fixed a bug in which loading a language file was producing a "file contains no data" message.</li>
<li>Fixed a session bug caused by the XSS Filtering feature inadvertently changing the case of certain words.</li>
<li>Fixed some missing prefixes when using the database prefix feature.</li>
|