Fixed the spelling of "respberry" in config/smileys.php
diff --git a/system/application/config/smileys.php b/system/application/config/smileys.php
index 9f38d2c..cddc881 100644
--- a/system/application/config/smileys.php
+++ b/system/application/config/smileys.php
@@ -30,7 +30,7 @@
 	':-P'			=>	array('tongue_laugh.gif',	'19',	'19',	'tongue laugh'),
 	'%-P'			=>	array('tongue_rolleye.gif',	'19',	'19',	'tongue rolleye'),
 	';-P'			=>	array('tongue_wink.gif',	'19',	'19',	'tongue wink'),
-	':P'			=>	array('rasberry.gif',		'19',	'19',	'rasberry'),
+	':P'			=>	array('raspberry.gif',		'19',	'19',	'rasberry'),
 	':blank:'		=>	array('blank.gif',			'19',	'19',	'blank stare'),
 	':long:'		=>	array('longface.gif',		'19',	'19',	'long face'),
 	':ohh:'			=>	array('ohh.gif',			'19',	'19',	'ohh'),
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 3a19f7f..afb83ff 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -80,6 +80,7 @@
 			<li>Removed added newlines ("\n") from most form and html helper functions.</li>

 			<li>Tightened up validation in Date Helper human_to_unix(), and eliminated the POSIX regex.</li>

 			<li>Updated Date Helper to match the world's current time zones and offsets.</li>

+			<li>Fixed the spelling of "respberry" in config/smileys.php</li>

 		</ul>

 	</li>

 	<li>Other changes