JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix typo in comment
[wfpl.git] / misc.php
index 0081968..ff8105e 100644 (file)
--- a/misc.php
+++ b/misc.php
@@ -147,7 +147,7 @@ function get_text_between($text, $start_text, $end_text) {
 # it returns: array(array('k' => 'a'),
 #                   array('k' => 'b'),
 #                   array('k' => 'c'));
-# passed this: columnate(array(), 'k');
+# passed this: columnize(array(), 'k');
 # it returns: false
 function columnize($arr, $key = 'data') {
        if(!$arr) {