From e33464359245f1c9597b1ac32679eab1b47e41f3 Mon Sep 17 00:00:00 2001 From: Kasim Tan Date: Thu, 9 Jun 2016 16:20:59 -0700 Subject: [PATCH] Fix typo Summary: Closes https://github.com/facebook/react-native/pull/8036 Differential Revision: D3414563 Pulled By: nicklockwood fbshipit-source-id: a9dc541e5d76eb4c7fe65336af5b1692ace8da26 --- 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 50c52f7db..e6dfccf88 100644 --- a/Libraries/Image/RCTImageView.m +++ b/Libraries/Image/RCTImageView.m @@ -317,7 +317,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init) if (!self.window) { // Cancel loading the image if we've moved offscreen. In addition to helping - // pritoritise image requests that are actually on-screen, this removes + // prioritise image requests that are actually on-screen, this removes // requests that have gotten "stuck" from the queue, unblocking other images // from loading. [self cancelImageLoad];