summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-03-31 21:41:03 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-03-31 21:41:03 +0200
commit9b9a18e8cf4f4dd4eee7ba17715dd95e218772f9 (patch)
treedfed7153b550ae1de55f3786433158197f84fe2a
parent2ec3a5e12f2095ae2cc341760a9c44acf353743e (diff)
guide typos
-rw-r--r--user_guide/changelog.html2
-rw-r--r--user_guide/libraries/sessions.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 856ce1a69..b6632305f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -89,7 +89,7 @@ Change Log
<h3>Bugfixes for 1.6.2</h3>
<ul>
- <li>Fixed assorted user guide typos (#3453).</li>
+ <li>Fixed assorted user guide typos (#3453, #4364).</li>
<li>Fixed an AR_caching error where it wasn't tracking table aliases (#3463).</li>
<li>Fixed a bug in the DB class testing the $params argument.</li>
<li>Fixed a bug in the Table library where the integer 0 in cell data would be displayed as a blank cell.</li>
diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html
index 66cadca90..f1400dbc9 100644
--- a/user_guide/libraries/sessions.html
+++ b/user_guide/libraries/sessions.html
@@ -243,7 +243,7 @@ do not need to write your own routine to do it.</p>
<td class="td"><strong>sess_cookie_name</strong></td>
<td class="td">ci_session</td>
<td class="td">None</td>
- <td class="td">The name you world the session cookie saved as.</td>
+ <td class="td">The name you want the session cookie saved as.</td>
</tr>
<tr>
<td class="td"><strong>sess_expiration</strong></td>