From 80f0edd8d448a2cb3ff5a604d9b390cdd5d8b3bb Mon Sep 17 00:00:00 2001 From: nlisker <37422899+nlisker@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:44:47 +0300 Subject: [PATCH] Fix typos in PrintSides.java --- .../src/main/java/javafx/print/PrintSides.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/javafx.graphics/src/main/java/javafx/print/PrintSides.java b/modules/javafx.graphics/src/main/java/javafx/print/PrintSides.java index c943b9f2276..679ac85d262 100644 --- a/modules/javafx.graphics/src/main/java/javafx/print/PrintSides.java +++ b/modules/javafx.graphics/src/main/java/javafx/print/PrintSides.java @@ -39,7 +39,7 @@ public enum PrintSides { /** * Two sided printing where the vertical edge of the paper is to be used * for binding such as in a book. In PORTAIT mode printing, the - * vertical edge is usally the long edge but this is reversed if + * vertical edge is usually the long edge but this is reversed if * LANDSCAPE printing is requested */ DUPLEX, @@ -47,7 +47,7 @@ public enum PrintSides { /** * Two sided printing where the horizontal edge of the paper is to be used * for binding such as in a notepad. In PORTAIT mode printing, the - * horizontal edge is usally the short edge but this is reversed if + * horizontal edge is usually the short edge but this is reversed if * LANDSCAPE printing is requested */ TUMBLE