diff options
Diffstat (limited to 'components/net/image_cache_task.rs')
-rw-r--r-- | components/net/image_cache_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/image_cache_task.rs b/components/net/image_cache_task.rs index d2fa908e47c..663842adb5e 100644 --- a/components/net/image_cache_task.rs +++ b/components/net/image_cache_task.rs @@ -138,7 +138,7 @@ struct ImageCache { port: Receiver<Msg>, /// A copy of the shared chan to give to child tasks chan: Sender<Msg>, - /// The state of processsing an image for a URL + /// The state of processing an image for a URL state_map: HashMap<Url, ImageState>, /// List of clients waiting on a WaitForImage response wait_map: HashMap<Url, Arc<Mutex<Vec<Sender<ImageResponseMsg>>>>>, |