8151065: Typo in javax.naming.CompoundName
authorprappo
Fri, 11 Mar 2016 18:35:26 +0530
changeset 36439 e0fdb6c0bb65
parent 36438 e13192ef7946
child 36440 6ce6aaa3af91
child 36472 323288129e00
8151065: Typo in javax.naming.CompoundName Reviewed-by: vinnie, prappo Contributed-by: Abhijit Roy <abhijit.r.roy@oracle.com>
jdk/src/java.naming/share/classes/javax/naming/CompoundName.java
--- 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: