spelling: descendent

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:59:38 -04:00
committed by Jindra Petřík
parent f0f6bc17c0
commit 3915c406bc

View File

@@ -235,7 +235,7 @@ public class PDFOutline extends PDFObject implements Serializable {
os.write("\n".getBytes("UTF-8"));
}
} else {
// were a decendent, so by default we are closed. Find out how many
// were a descendent, so by default we are closed. Find out how many
// entries are below us
int c = descendants();
if (c > 0) {