jdk/src/share/classes/java/nio/channels/AsynchronousChannelGroup.java
changeset 21278 ef8a3a2a72f2
parent 18574 4aeaeb541678
child 21801 b8a5ff5f0c2a
--- a/jdk/src/share/classes/java/nio/channels/AsynchronousChannelGroup.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/nio/channels/AsynchronousChannelGroup.java	Tue Oct 29 17:01:06 2013 +0400
@@ -199,7 +199,7 @@
      *
      * <p> The {@code initialSize} parameter may be used by the implementation
      * as a <em>hint</em> as to the initial number of tasks it may submit. For
-     * example, it may be used to indictae the initial number of threads that
+     * example, it may be used to indicate the initial number of threads that
      * wait on I/O events.
      *
      * <p> The executor is intended to be used exclusively by the resulting