From 0d353dae49ae49c7d0c14db5912ea5cd8f91a06d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:49:47 -0400 Subject: [PATCH] spelling: output Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/avi/src/org/monte/media/avi/AVIOutputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/avi/src/org/monte/media/avi/AVIOutputStream.java b/libsrc/avi/src/org/monte/media/avi/AVIOutputStream.java index 6207d2013..64df46b34 100644 --- a/libsrc/avi/src/org/monte/media/avi/AVIOutputStream.java +++ b/libsrc/avi/src/org/monte/media/avi/AVIOutputStream.java @@ -316,7 +316,7 @@ public class AVIOutputStream extends AbstractAVIStream { public float getCompressionQuality(int track) { return ((VideoTrack) tracks.get(track)).videoQuality; } /** - * Sets the state of the QuickTimeOutpuStream to started.
If the state + * Sets the state of the QuickTimeOutputStream to started.
If the state * is changed by this method, the prolog is written. */ protected void ensureStarted() throws IOException { @@ -327,7 +327,7 @@ public class AVIOutputStream extends AbstractAVIStream { } /** - * Sets the state of the QuickTimeOutpuStream to finished.
If the state + * Sets the state of the QuickTimeOutputStream to finished.
If the state * is changed by this method, the prolog is written. */ protected void ensureFinished() throws IOException {