--- a/jdk/src/share/classes/javax/swing/tree/TreeModel.java Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/tree/TreeModel.java Tue Oct 29 17:01:06 2013 +0400
@@ -30,7 +30,7 @@
* The model used by <code>JTree</code>.
* <p>
* <code>JTree</code> and its related classes make extensive use of
- * <code>TreePath</code>s for indentifying nodes in the <code>TreeModel</code>.
+ * <code>TreePath</code>s for identifying nodes in the <code>TreeModel</code>.
* If a <code>TreeModel</code> returns the same object, as compared by
* <code>equals</code>, at two different indices under the same parent
* than the resulting <code>TreePath</code> objects will be considered equal