From a3e1392324d603af266af115f6521dee23a57d59 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 10 Dec 2013 11:34:23 +0000 Subject: [PATCH] Typo fixes in imagesetinterpolation() --- Provided by anonymous 36219 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332335 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagesetinterpolation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagesetinterpolation.xml b/reference/image/functions/imagesetinterpolation.xml index 930bf1dc96..abc7c4b0a0 100644 --- a/reference/image/functions/imagesetinterpolation.xml +++ b/reference/image/functions/imagesetinterpolation.xml @@ -71,7 +71,7 @@ - IMG_CATMULLROM: Cubbic Hermite spline interpolation. + IMG_CATMULLROM: Cubic Hermite spline interpolation. @@ -160,7 +160,7 @@ // Load an image $im = imagecreate(500, 500); -// By default interpolation is IMG_BICUBIC_FIXED, switch +// By default interpolation is IMG_BILINEAR_FIXED, switch // to use the 'Mitchell' filter: imagesetinterpolation($im, IMG_MITCHELL);