jdk/src/share/classes/org/ietf/jgss/GSSName.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/org/ietf/jgss/GSSName.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/org/ietf/jgss/GSSName.java	Tue Oct 29 17:01:06 2013 +0400
@@ -45,7 +45,7 @@
  * single-mechanism environments where the underlying mechanism supports
  * multiple namespaces). Different name formats and their definitions are
  * identified with {@link Oid Oid's} and some standard types
- * are defind in this interface. The format of the names can be derived
+ * are defined in this interface. The format of the names can be derived
  * based on the unique <code>Oid</code> of its name type.<p>
  *
  * Included below are code examples utilizing the <code>GSSName</code> interface.