- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).

This commit is contained in:
Pierrick Charron 2009-12-14 04:09:18 +00:00
parent 762ea0fb52
commit 2b2c140ac5

View File

@ -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;
}