summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/language/english/calendar_lang.php3
-rw-r--r--user_guide/changelog.html1
2 files changed, 1 insertions, 3 deletions
diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php
index f044606b8..9ee4a5e69 100644
--- a/system/language/english/calendar_lang.php
+++ b/system/language/english/calendar_lang.php
@@ -37,8 +37,7 @@ $lang['cal_january'] = "January";
$lang['cal_february'] = "February";
$lang['cal_march'] = "March";
$lang['cal_april'] = "April";
-$lang['cal_mayl'] = "May"; // typo, left in for backwards compatibility
-$lang['cal_may'] = "May"; // fix typo
+$lang['cal_mayl'] = "May";
$lang['cal_june'] = "June";
$lang['cal_july'] = "July";
$lang['cal_august'] = "August";
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 915ce2623..0206bc505 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -67,7 +67,6 @@ Change Log
<ul>
<li>Fixed a bug in database driver where num_rows property wasn't getting updated </li>
<li>Fixed a bug in captcha calling an invalid PHP function</li>
- <li>Fixed a typo (&quot;cal_mayl&quot;) in English calendar language file </li>
</ul>
<h2>Version 1.5.4</h2>
<p>Release Date: July 12, 2007 </p>