< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/sjavac/client/SjavacClient.java

Print this page

        

@@ -171,11 +171,11 @@
 
         return result;
     }
 
     /*
-     * Makes MAX_CONNECT_ATTEMPTS attepmts to connect to server.
+     * Makes MAX_CONNECT_ATTEMPTS attempts to connect to server.
      */
     private Socket tryConnect() throws IOException, InterruptedException {
         makeSureServerIsRunning(portFile);
         int attempt = 0;
         while (true) {
< prev index next >