--- embedaddon/php/ext/mysqli/tests/bug34810.phpt 2012/05/29 12:34:41 1.1.1.2 +++ embedaddon/php/ext/mysqli/tests/bug34810.phpt 2013/07/22 01:31:56 1.1.1.3 @@ -16,7 +16,7 @@ class DbConnection { var_dump($link); $link = mysqli_init(); - /* @ is to supress 'Property access is not allowed yet' */ + /* @ is to suppress 'Property access is not allowed yet' */ @var_dump($link); $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);