From e70789117ccf49698d17a31c4df85355f14cefe8 Mon Sep 17 00:00:00 2001 From: nak411 Date: Fri, 27 Oct 2017 10:56:32 -0700 Subject: [PATCH] Fixed typo in comments Summary: Fixed spelling error in comments. Help fix typo in comments. Did not make any code changes [DOCS][MINOR][RCTImageView.m] Typo fixes in comments Closes https://github.com/facebook/react-native/pull/16560 Differential Revision: D6173389 Pulled By: shergin fbshipit-source-id: f3fd8ea686a882f1543922655498dcc7210d8cb8 --- Libraries/Image/RCTImageView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Image/RCTImageView.m b/Libraries/Image/RCTImageView.m index 10b669eda..144fff6cb 100644 --- a/Libraries/Image/RCTImageView.m +++ b/Libraries/Image/RCTImageView.m @@ -72,7 +72,7 @@ static NSDictionary *onLoadParamsForSource(RCTImageSource *source) // The image source that's being loaded from the network RCTImageSource *_pendingImageSource; - // Size of the image loaded / being loaded, so we can determine when to issue a reload to accomodate a changing size. + // Size of the image loaded / being loaded, so we can determine when to issue a reload to accommodate a changing size. CGSize _targetSize; // A block that can be invoked to cancel the most recent call to -reloadImage, if any