jdk/src/share/classes/sun/rmi/server/Activation.java
changeset 21278 ef8a3a2a72f2
parent 18212 22f8c33b0690
child 22619 28616839f0dd
--- a/jdk/src/share/classes/sun/rmi/server/Activation.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/rmi/server/Activation.java	Tue Oct 29 17:01:06 2013 +0400
@@ -684,7 +684,7 @@
                  * Now exit... A System.exit should only be done if
                  * the RMI activation system daemon was started up
                  * by the main method below (in which should always
-                 * be the case since the Activation contructor is private).
+                 * be the case since the Activation constructor is private).
                  */
                 System.err.println(getTextResource("rmid.daemon.shutdown"));
                 System.exit(0);
@@ -784,7 +784,7 @@
     /**
      * Container for group information: group's descriptor, group's
      * instantiator, flag to indicate pending group creation, and
-     * table of the group's actived objects.
+     * table of the objects that are activated in the group.
      *
      * WARNING: GroupEntry objects should not be written into log file
      * updates.  GroupEntrys are inner classes of Activation and they