From c8be5036beb101b34610a7ef03689082e71a8fcd Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 13 Sep 2011 01:07:48 +0000 Subject: [PATCH] Fix same typo as UPGRADING --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ddd11c09189..42b9118ca56 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ PHP NEWS array_multisort). FR#55158 (Arpad) - Improved MySQL extensions: - . ext/mysql, mysqli and pdo_mysql now use mysqlnd by defalt. (Johannes) + . ext/mysql, mysqli and pdo_mysql now use mysqlnd by default. (Johannes) - Improved mbstring extension: . Added Shift_JIS/UTF-8 Emoji (pictograms) support. (Rui)