jdk/src/share/classes/sun/java2d/pipe/BufferedTextPipe.java
changeset 21278 ef8a3a2a72f2
parent 16734 da1901d79073
--- a/jdk/src/share/classes/sun/java2d/pipe/BufferedTextPipe.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/java2d/pipe/BufferedTextPipe.java	Tue Oct 29 17:01:06 2013 +0400
@@ -137,7 +137,7 @@
                 buf.put(positions, 0, 2*totalGlyphs);
             }
         } else {
-            // queue is too small to accomodate glyphs; perform
+            // queue is too small to accommodate glyphs; perform
             // the operation directly on the queue flushing thread
             rq.flushAndInvokeNow(new Runnable() {
                 public void run() {