Fixed spelling mistake

This commit is contained in:
Neil Lathwood
2015-02-22 17:53:25 +00:00
parent 2ef0cf8b80
commit ff3558e7b9

View File

@ -573,7 +573,7 @@ class Console_Table
$return = array();
$count_data = count($this->_data);
for ($i = 0; $i < $count_data; $i++) {
$count_data_i = count($his->_data[$i]);
$count_data_i = count($this->_data[$i]);
for ($j = 0; $j < $count_data_i; $j++) {
if ($this->_data[$i] !== CONSOLE_TABLE_HORIZONTAL_RULE &&
$this->_strlen($this->_data[$i][$j]) <