From d353cb4ceb21e7288a58583e47eda8def72ee1a9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:43:11 -0400 Subject: [PATCH] spelling: condition Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../flash/types/annotations/parser/ConditionTokenType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java index 0aefc7182..e80d4eeb5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java @@ -17,7 +17,7 @@ package com.jpexs.decompiler.flash.types.annotations.parser; /** - * Type of codition token. + * Type of condition token. * * @author JPEXS */