JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added unit test for db_reposition()
[wfpl.git] / misc.php
index 1e9a2b7..8f46014 100644 (file)
--- a/misc.php
+++ b/misc.php
@@ -105,7 +105,7 @@ function get_text_between($text, $start_text, $end_text) {
 # Make it easy to insert an array into the template data structure so that each
 # element of the array gets its own row.
 #
-# passed this: columnate(array('a', 'b', 'c'), 'k');
+# passed this: columnize(array('a', 'b', 'c'), 'k');
 # it returns: array(array('k' => 'a'),
 #                   array('k' => 'b'),
 #                   array('k' => 'c'));