From 5617f8604e8963f21fa335feb9c95f3ee39dfca2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:17:05 -0400 Subject: [PATCH] spelling: when Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../jpexs/decompiler/flash/types/annotations/Conditional.java | 2 +- .../decompiler/flash/types/annotations/ConditionalType.java | 2 +- .../src/main/java/javazoom/jl/player/AudioDeviceBase.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java index ebac13b4a..aa71bb5c9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java @@ -22,7 +22,7 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Mark for field that it is available only whern certain field (value) is set. + * Mark for field that it is available only when certain field (value) is set. * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java index 50c5b676a..5a98fc9c9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java @@ -22,7 +22,7 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Mark for field that its type is different whern certain field (value) is set. + * Mark for field that its type is different when certain field (value) is set. * * @author JPEXS */ diff --git a/libsrc/jlayer-1.0.2/src/main/java/javazoom/jl/player/AudioDeviceBase.java b/libsrc/jlayer-1.0.2/src/main/java/javazoom/jl/player/AudioDeviceBase.java index 396994cac..7796d6d48 100644 --- a/libsrc/jlayer-1.0.2/src/main/java/javazoom/jl/player/AudioDeviceBase.java +++ b/libsrc/jlayer-1.0.2/src/main/java/javazoom/jl/player/AudioDeviceBase.java @@ -31,7 +31,7 @@ import javazoom.jl.decoder.JavaLayerException; * in doing so provide the implementation for the main operations * of the AudioDevice interface. *

- * REVIEW: It is desirable to be able to use the decoder whe + * REVIEW: It is desirable to be able to use the decoder when * in the implementation of open(), but the decoder * has not yet read a frame, and so much of the * desired information (sample rate, channels etc.)