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 {