From ff3558e7b9043c5cb9eaea8ab995eefe04044084 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sun, 22 Feb 2015 17:53:25 +0000 Subject: [PATCH] Fixed spelling mistake --- includes/console_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/console_table.php b/includes/console_table.php index d61ef34a7..0f325d4f2 100755 --- a/includes/console_table.php +++ b/includes/console_table.php @@ -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]) <