From b3e38752cbb10c8730c40088920a26866f30ef13 Mon Sep 17 00:00:00 2001 From: James South Date: Sat, 15 Feb 2014 10:40:32 +0000 Subject: [PATCH] Fixing spelling Former-commit-id: ff41678cddb46b8ab6555f59f961c89d95508992 --- src/ImageProcessor/Processors/Resize.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageProcessor/Processors/Resize.cs b/src/ImageProcessor/Processors/Resize.cs index 6187156b3d..018ebc76dc 100644 --- a/src/ImageProcessor/Processors/Resize.cs +++ b/src/ImageProcessor/Processors/Resize.cs @@ -401,7 +401,7 @@ namespace ImageProcessor.Processors } // An unwanted border appears when using InterpolationMode.HighQualityBicubic to resize the image - // as the algorithm appears to be pulling averaging detail from surCeilinging pixels beyond the edge + // as the algorithm appears to be pulling averaging detail from surrounding pixels beyond the edge // of the image. Using the ImageAttributes class to specify that the pixels beyond are simply mirror // images of the pixels within solves this problem. using (ImageAttributes wrapMode = new ImageAttributes())