From 640c4c4b5fc8d4f4665d6be516375f5457f1f884 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:02:23 -0400 Subject: [PATCH] spelling: returns Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/gnujpdf/src/gnu/jpdf/PDFStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/gnujpdf/src/gnu/jpdf/PDFStream.java b/libsrc/gnujpdf/src/gnu/jpdf/PDFStream.java index 2959daaab..17328058e 100644 --- a/libsrc/gnujpdf/src/gnu/jpdf/PDFStream.java +++ b/libsrc/gnujpdf/src/gnu/jpdf/PDFStream.java @@ -97,7 +97,7 @@ public class PDFStream extends PDFObject implements Serializable { } /** - * Returs true if the stream will be compressed. + * Returns true if the stream will be compressed. * * @return true if compression is enabled */