summaryrefslogtreecommitdiff
path: root/system/helpers/inflector.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-21 20:05:27 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-21 20:05:27 -0800
commit9285c8c66c530196399eb05bb5561c3fa5538335 (patch)
tree7cec68583c01b5b365e7669fefc1adc6360e89a5 /system/helpers/inflector.php
parent9c5df1d31bd214fab051b71d092c751a1da20ecc (diff)
Updated Kohana to r4724
Diffstat (limited to 'system/helpers/inflector.php')
-rw-r--r--system/helpers/inflector.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/helpers/inflector.php b/system/helpers/inflector.php
index 9bd281db..5a2910c0 100644
--- a/system/helpers/inflector.php
+++ b/system/helpers/inflector.php
@@ -2,7 +2,7 @@
/**
* Inflector helper class.
*
- * $Id: inflector.php 4679 2009-11-10 01:45:52Z isaiah $
+ * $Id: inflector.php 4722 2009-12-19 17:47:34Z isaiah $
*
* @package Core
* @author Kohana Team
@@ -241,9 +241,9 @@ class inflector_Core {
}
/**
- * Makes an underscored or dashed phrase human-reable.
+ * Makes an underscored or dashed phrase human-readable.
*
- * @param string phrase to make human-reable
+ * @param string phrase to make human-readable
* @return string
*/
public static function humanize($str)