diff options
author | admin <devnull@localhost> | 2006-10-21 21:10:51 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 21:10:51 +0200 |
commit | 5f95aab62d3923e05dacf65d94eeefb2283edc4d (patch) | |
tree | 353c883b65753a12ceccbd6010ba9e1cd206db4c | |
parent | 1604062c207cc70eaa8f528e59756a807ba045db (diff) |
-rw-r--r-- | system/libraries/Calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php index 52e99b5ad..ec355d24f 100644 --- a/system/libraries/Calendar.php +++ b/system/libraries/Calendar.php @@ -246,7 +246,7 @@ class CI_Calendar { /** * Get Month Name * - * Generates a texual month name based on the numeric + * Generates a textual month name based on the numeric * month provided. * * @access public |