diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:17:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:17:03 +0100 |
commit | eb7185a168dbe454891c8d4be610935e6ff0008b (patch) | |
tree | 8b3b1583c08d709bfebfafd17634fb88b944f3f0 /qadevOOo | |
parent | 2dca0ccf0760a64eab986c178873926a6a125cc5 (diff) |
Fix typo begining/beginning.
Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java b/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java index 0fb7f2497446..b73fa751b95f 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java +++ b/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java @@ -455,7 +455,7 @@ public class _XBreakIterator extends MultiMethodTest { private static String arabic = new String(new char[] {0x0641, 0x0642}) ; /** - * Tries to find the begining of the nearest script specified + * Tries to find the beginning of the nearest script specified * relatively to position passed. <p> * Has <b>OK</b> status if the starting position of script is returned. */ |