jdk/src/share/classes/java/beans/DefaultPersistenceDelegate.java
changeset 21278 ef8a3a2a72f2
parent 20851 9f284cf7836b
--- a/jdk/src/share/classes/java/beans/DefaultPersistenceDelegate.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/beans/DefaultPersistenceDelegate.java	Tue Oct 29 17:01:06 2013 +0400
@@ -273,7 +273,7 @@
         TableModelListener (the JTable itself in this case) to the supplied
         table model.
 
-        We do not need to explictly add these listeners to the model in an
+        We do not need to explicitly add these listeners to the model in an
         archive as they will be added automatically by, in the above case,
         the JTable's "setModel" method. In some cases, we must specifically
         avoid trying to do this since the listener may be an inner class