From 87bdd1e379545f9fe8569e0186113acf5cd88f4c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:57:07 -0400 Subject: [PATCH] spelling: positive Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/avi/src/org/monte/media/avi/AbstractAVIStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/avi/src/org/monte/media/avi/AbstractAVIStream.java b/libsrc/avi/src/org/monte/media/avi/AbstractAVIStream.java index 8e2a66df6..28c334784 100644 --- a/libsrc/avi/src/org/monte/media/avi/AbstractAVIStream.java +++ b/libsrc/avi/src/org/monte/media/avi/AbstractAVIStream.java @@ -580,7 +580,7 @@ public abstract class AbstractAVIStream { * left corner. If // "height" is negative, the bitmap is a top-down DIB * with the origin // at the upper left corner. // - For YUV bitmaps, the * bitmap is always top-down, regardless of the // sign of "height". - * Decoders should offer YUV formats with postive // "height", but for + * Decoders should offer YUV formats with positive // "height", but for * backward compatibility they should accept YUV // formats with either * positive or negative "height". // - For compressed formats, height must * be positive, regardless of // image orientation. WORD planes; //