jdk/src/share/classes/java/beans/AppletInitializer.java
changeset 21278 ef8a3a2a72f2
parent 19213 c360667a0da2
--- a/jdk/src/share/classes/java/beans/AppletInitializer.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/beans/AppletInitializer.java	Tue Oct 29 17:01:06 2013 +0400
@@ -32,7 +32,7 @@
 /**
  * <p>
  * This interface is designed to work in collusion with java.beans.Beans.instantiate.
- * The interafce is intended to provide mechanism to allow the proper
+ * The interface is intended to provide mechanism to allow the proper
  * initialization of JavaBeans that are also Applets, during their
  * instantiation by java.beans.Beans.instantiate().
  * </p>