From be22beeeebbd3740abed1b6e954feba3cada7df2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:39:38 -0400 Subject: [PATCH] spelling: bodies Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- CHANGELOG.md | 2 +- libsrc/ffdec_lib/graphviz/try_finally_flex.gv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e511a287..d775b9ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1661,7 +1661,7 @@ Major version of SWF to XML export changed to 2. ### Fixed - AS3 break loop in catch clause - AS3 inner functions scope (setslot/getslot) -- AS3 p-code traits of bodys of inner methods +- AS3 p-code traits of bodies of inner methods - AS3 getslot/setslot, getglobalscope instruction ## [13.0.0] - 2021-02-08 diff --git a/libsrc/ffdec_lib/graphviz/try_finally_flex.gv b/libsrc/ffdec_lib/graphviz/try_finally_flex.gv index f3611d0e0..977f8a386 100644 --- a/libsrc/ffdec_lib/graphviz/try_finally_flex.gv +++ b/libsrc/ffdec_lib/graphviz/try_finally_flex.gv @@ -52,7 +52,7 @@ digraph try_finally_flex { /* All ways go through finally clause. There is also lookupswitch which uses value on stack.. - Value -1 is pushed on stack after in_try and after catch bodys. + Value -1 is pushed on stack after in_try and after catch bodies. For every return/continue, there is also specific value pushed to stack. Lookupswitch then decides what will happen. */