jdk/src/share/classes/javax/print/CancelablePrintJob.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/print/CancelablePrintJob.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/print/CancelablePrintJob.java	Tue Oct 29 17:01:06 2013 +0400
@@ -55,7 +55,7 @@
      * Stops further processing of a print job.
      * <p>
      * If a service supports this method it cannot be concluded that
-     * job cancellation will always suceeed. A job may not be able to be
+     * job cancellation will always succeed. A job may not be able to be
      * cancelled once it has reached and passed some point in its processing.
      * A successful cancellation means only that the entire job was not
      * printed, some portion may already have printed when cancel returns.