jdk/src/share/sample/nio/chatserver/ClientReader.java
changeset 21278 ef8a3a2a72f2
parent 10292 ed7db6a12c2a
child 21591 35320b590d9b
--- a/jdk/src/share/sample/nio/chatserver/ClientReader.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/sample/nio/chatserver/ClientReader.java	Tue Oct 29 17:01:06 2013 +0400
@@ -58,7 +58,7 @@
     }
 
     /**
-     * Runs a cycle of doing a beforeRead action and then enqueing a new
+     * Runs a cycle of doing a beforeRead action and then inquiring a new
      * read on the client. Handles closed channels and errors while reading.
      * If the client is still connected a new round of actions are called.
      */