diff --git a/WebDriverAgentLib/Utilities/FBImageProcessor.m b/WebDriverAgentLib/Utilities/FBImageProcessor.m index 83b98cbd2..90942198e 100644 --- a/WebDriverAgentLib/Utilities/FBImageProcessor.m +++ b/WebDriverAgentLib/Utilities/FBImageProcessor.m @@ -108,7 +108,7 @@ - (nullable NSData*)processedJpegImageWithData:(NSData *)imageData if (orientation != kCGImagePropertyOrientationUp) { // Scale and fix orientation. // Unfortunately CGContextDrawImage is known to be not very perfomant, - // so consider finding a faster API of for images scale/rotation. + // so consider finding a faster API for images scale/rotation. resultImage = CGImageSourceCreateImageAtIndex(imageDataRef, 0, NULL); CGImageRef originalImage = resultImage; size_t bitsPerComponent = CGImageGetBitsPerComponent(originalImage);