Skip to content

Commit

Permalink
Fix typos in PrintSides.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent f85a128 commit 80f0edd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ 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,

/**
* 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
Expand Down

0 comments on commit 80f0edd

Please sign in to comment.