diff --git a/phpseclib/File/ANSI.php b/phpseclib/File/ANSI.php index e518f6e5..c8496e1f 100644 --- a/phpseclib/File/ANSI.php +++ b/phpseclib/File/ANSI.php @@ -492,7 +492,7 @@ class File_ANSI if ($cur_attr->background != 'black') { $open.= ''; } - if ($last_attr->backtground != 'black') { + if ($last_attr->background != 'black') { $close = '' . $close; } }