From: Pierrick Charron Date: Mon, 14 Dec 2009 04:09:18 +0000 (+0000) Subject: - Fixed bug #50469 (Fixed typo in imagepsencodefont error string). X-Git-Tag: php-5.4.0alpha1~191^2~2230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b2c140ac5bcf0b3ae75fe8fc5e57cfdd9f5e4ec;p=php - Fixed bug #50469 (Fixed typo in imagepsencodefont error string). --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 230b0d452a..1c57a6c243 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -3844,7 +3844,7 @@ PHP_FUNCTION(imagepsencodefont) T1_DeleteAllSizes(*f_ind); if (T1_ReencodeFont(*f_ind, enc_vector)) { T1_DeleteEncoding(enc_vector); - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't reencode font"); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't re-encode font"); RETURN_FALSE; }