summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-01 17:58:38 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-01 17:58:38 +0100
commit78729d8be684369ed2b5e60e35052c2160c9ac39 (patch)
treecec3bdd922584dc63cf60b44c6bddc853e3fcaad /user_guide/changelog.html
parentb6cd79c40dd39cd6fb36b84cd5c23558854ea1ad (diff)
some minor grammar errors
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html2
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>