diff options
Diffstat (limited to 'components/net/local_image_cache.rs')
-rw-r--r-- | components/net/local_image_cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/local_image_cache.rs b/components/net/local_image_cache.rs index 0227f7fe91f..089f7c6b237 100644 --- a/components/net/local_image_cache.rs +++ b/components/net/local_image_cache.rs @@ -124,7 +124,7 @@ impl<NodeAddress: Send> LocalImageCache<NodeAddress> { // Need to reflow when the image is available // FIXME: Instead we should be just passing a Future // to the caller, then to the display list. Finally, - // the compositor should be resonsible for waiting + // the compositor should be responsible for waiting // on the image to load and triggering layout let image_cache_task = self.image_cache_task.clone(); assert!(self.on_image_available.is_some()); |