--- old/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/GetPropertyAction.java 2015-04-30 20:13:20.231450982 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/GetPropertyAction.java 2015-04-30 20:13:20.147450982 +0400 @@ -35,7 +35,7 @@ * AccessController.doPrivileged. * *

The following code retrieves the value of the system - * property named "prop" as a privileged action:

+ * property named "prop" as a privileged action: * *

  * String s = (String) java.security.AccessController.doPrivileged(
@@ -67,7 +67,7 @@
      * value of that property.
      *
      * @param theProp the name of the system property.
-     * @param defaulVal the default value.
+     * @param defaultVal the default value.
      */
     public GetPropertyAction(String theProp, String defaultVal) {
         this.theProp = theProp;