jdk/src/share/classes/javax/print/DocPrintJob.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/print/DocPrintJob.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/print/DocPrintJob.java	Tue Oct 29 17:01:06 2013 +0400
@@ -102,7 +102,7 @@
      * specific job attribute should verify it is in that set, but
      * updates about an attribute will be made only if it changes and this
      * is detected by the job. Also updates may be subject to batching
-     * by the job. To minimise overhead in print job processing it is
+     * by the job. To minimize overhead in print job processing it is
      * recommended to listen on only that subset of attributes which
      * are likely to change.
      * If the specified set is empty no attribute updates will be reported