From f2deeb4de87fc85fe2bf2a2ff6ce11b789be1d2f Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Tue, 26 Jul 2022 08:43:08 -0500 Subject: [PATCH] Fix typo --- core/src/display_object/movie_clip.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/display_object/movie_clip.rs b/core/src/display_object/movie_clip.rs index 382920848..158e204cc 100644 --- a/core/src/display_object/movie_clip.rs +++ b/core/src/display_object/movie_clip.rs @@ -1915,7 +1915,7 @@ impl<'gc> TDisplayObject<'gc> for MovieClip<'gc> { fn on_exit_frame(&self, context: &mut UpdateContext<'_, 'gc, '_>) { // Attempt to fire an "init" event on our `LoaderInfo`. // This fires after we've exited our first frame, but before - // but before we enter a new frame. `loader_strean_init` + // but before we enter a new frame. `loader_stream_init` // keeps track if an "init" event has already been fired, // so this becomes a no-op after the event has been fired. if self.0.read().initialized() {