8151065: Typo in javax.naming.CompoundName
Reviewed-by: vinnie, prappo
Contributed-by: Abhijit Roy <abhijit.r.roy@oracle.com>
--- a/jdk/src/java.naming/share/classes/javax/naming/CompoundName.java Thu Mar 10 11:52:54 2016 -0800
+++ b/jdk/src/java.naming/share/classes/javax/naming/CompoundName.java Fri Mar 11 18:35:26 2016 +0530
@@ -82,7 +82,7 @@
* attribute-value-assertions when specifying multiple attribute/value
* pairs. (e.g. "," in age=65,gender=male).
* <dt>jndi.syntax.separator.typeval
- * <dd>If present, specifies the string that separators attribute
+ * <dd>If present, specifies the string that separates attribute
* from value (e.g. "=" in "age=65")
*</dl>
* These properties are interpreted according to the following rules: