typo: "ba" to "be".  Bah!
diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html
index 92b120d..04bc19b 100644
--- a/user_guide/libraries/sessions.html
+++ b/user_guide/libraries/sessions.html
@@ -176,7 +176,7 @@
 <br />

 $this-&gt;session-&gt;unset_userdata(<samp>$array_items</samp>);</code></p>

 <h2>Flashdata</h2>

-<p>CodeIgniter supports &quot;flashdata&quot;, or session data that will only ba available for the next server request, and are then automatically cleared. These can be very useful, and are typically used for informational or status messages (for example: &quot;record 2 deleted&quot;).</p>

+<p>CodeIgniter supports &quot;flashdata&quot;, or session data that will only be available for the next server request, and are then automatically cleared. These can be very useful, and are typically used for informational or status messages (for example: &quot;record 2 deleted&quot;).</p>

 <p>Note: Flash variables are prefaced with &quot;flash_&quot; so avoid this prefix in your own session names.</p>

 <p>To add flashdata:</p>

 <p><code>$this-&gt;session-&gt;set_flashdata('item', 'value');</code></p>