core: fix typo in movie_clip.rs

occured -> occurred
This commit is contained in:
Ikko Eltociear Ashimine 2023-09-12 15:26:15 +09:00 committed by Adrian Wielgosik
parent b5fdd9142f
commit 67f2d85e38
1 changed files with 1 additions and 1 deletions

View File

@ -2712,7 +2712,7 @@ impl<'gc> TDisplayObject<'gc> for MovieClip<'gc> {
context,
) {
tracing::error!(
"Error occured when running AVM2 frame script: {}",
"Error occurred when running AVM2 frame script: {}",
e
);
}