jdk/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java
changeset 21278 ef8a3a2a72f2
parent 19213 c360667a0da2
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java	Tue Oct 29 17:01:06 2013 +0400
@@ -302,7 +302,7 @@
 
     /**
      * This method may be overridden by subclasses to provide their own
-     * initialization behaviors. When invoked any resources requried by the
+     * initialization behaviors. When invoked any resources required by the
      * BeanContextChild should be obtained from the current BeanContext.
      */
 
@@ -317,7 +317,7 @@
     private void writeObject(ObjectOutputStream oos) throws IOException {
 
         /*
-         * dont serialize if we are delegated and the delegator isnt also
+         * don't serialize if we are delegated and the delegator is not also
          * serializable.
          */