spelling: optional

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:48:06 -04:00
committed by Jindra Petřík
parent 8dbaaea7fd
commit 5441da3c27
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ import org.testng.annotations.Test;
*
* @author JPEXS
*/
public class ActionScript3OptinalParametersTest extends ActionScript3DecompileTestBase {
public class ActionScript3OptionalParametersTest extends ActionScript3DecompileTestBase {
@BeforeClass
public void init() throws IOException, InterruptedException {

View File

@@ -202,7 +202,7 @@ public final class Header {
}
/**
* Parse frame to extract optionnal VBR frame.
* Parse frame to extract optional VBR frame.
*
* @param firstFrame
* @author E.B (javalayer@javazoom.net)