From: Jason Woofenden Date: Mon, 28 Dec 2015 20:04:26 +0000 (-0500) Subject: fix typo in comment X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=33b391fa326b3a118fcfb004807ab02432a68992 fix typo in comment --- diff --git a/misc.php b/misc.php index 0081968..ff8105e 100644 --- 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) {