提交 233493df 编写于 作者: S sherman

7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message

Summary: to correct the typo
Reviewed-by: alanb, chegar
上级 1a7f7264
...@@ -11,7 +11,7 @@ public class CharacterName { ...@@ -11,7 +11,7 @@ public class CharacterName {
FileReader reader = null; FileReader reader = null;
try { try {
if (args.length != 2) { if (args.length != 2) {
System.err.println("Usage: java CharacterName UniocdeData.txt uniName.dat"); System.err.println("Usage: java CharacterName UnicodeData.txt uniName.dat");
System.exit(1); System.exit(1);
} }
......
...@@ -304,7 +304,7 @@ class Properties extends Hashtable<Object,Object> { ...@@ -304,7 +304,7 @@ class Properties extends Hashtable<Object,Object> {
* preceded by a backslash still yield single and double quote * preceded by a backslash still yield single and double quote
* characters, respectively. * characters, respectively.
* *
* <li> Only a single 'u' character is allowed in a Uniocde escape * <li> Only a single 'u' character is allowed in a Unicode escape
* sequence. * sequence.
* *
* </ul> * </ul>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册