spelling: override

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:50:47 -04:00
committed by Jindra Petřík
parent b48154a0bf
commit 222b10ce17

View File

@@ -338,7 +338,7 @@ public class PDFJob extends PrintJob implements Serializable {
*
* <p>
* Like with java.awt, Graphics instances created with PrintJob implement
* the PrintGraphics interface. Here we implement that method, and overide
* the PrintGraphics interface. Here we implement that method, and override
* PDFGraphics.create() method, so all instances have this interface.</p>
*/
class graphic extends PDFGraphics implements PrintGraphics {