diff options
author | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:11:53 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:11:53 +0000 |
commit | 11a1ff6144521aeabb0c6db25c89a2ac31bedee0 (patch) | |
tree | 4a1614e41b54ae4e7021ca8899934e1676789a1a /linguistic/qa | |
parent | a6efc99d19d533fcf53106b6667bafba4d364370 (diff) |
Many spelling fixes: directories h* - p*.
Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.
Notes
Notes:
merged as: 19c4d8d2fbe424aaa54f098bcc6ba8c9aeb1e403
Diffstat (limited to 'linguistic/qa')
-rw-r--r-- | linguistic/qa/complex/linguistic/HangulHanjaConversion.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/qa/complex/linguistic/HangulHanjaConversion.java b/linguistic/qa/complex/linguistic/HangulHanjaConversion.java index 69b7a4d79a55..6a1cd690e97b 100644 --- a/linguistic/qa/complex/linguistic/HangulHanjaConversion.java +++ b/linguistic/qa/complex/linguistic/HangulHanjaConversion.java @@ -84,7 +84,7 @@ public class HangulHanjaConversion { boolean bList = checkXConversionDictionaryList( ConversionDictionaryList); - assertTrue("XConversionDictionaryList doesnt work as expected", bList); + assertTrue("XConversionDictionaryList doesn't work as expected", bList); } private boolean checkXConversionDictionaryList(Object list) { |