diff options
author | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:25:03 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:25:03 +0000 |
commit | 28206a7cb43aff5adb10f8235ad1680c3941ee3e (patch) | |
tree | 89886aa22af7483120081efc38a138d737651703 /toolkit/qa | |
parent | c3f20ae9a447f50517fe545a53de91d412c3337c (diff) |
Many spelling fixes: directories r* - z*.
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: 820a29950b3085a713026995fdc43e32b6ded5f7
Diffstat (limited to 'toolkit/qa')
-rwxr-xr-x | toolkit/qa/complex/toolkit/accessibility/_XAccessibleComponent.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleComponent.java b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleComponent.java index a43a3d8090f1..cc0ec2f33dcb 100755 --- a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleComponent.java +++ b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleComponent.java @@ -390,7 +390,7 @@ public class _XAccessibleComponent { /** * Just calls the method. <p> * - * Has <b> OK </b> status if no runtime exceptions occured. + * Has <b> OK </b> status if no runtime exceptions occurred. * @return */ public boolean _grabFocus() { @@ -406,7 +406,7 @@ public class _XAccessibleComponent { * component which support <code>XAccessibleComponent</code>. * * @return The array of children. Empty array returned if - * such children were not found or some error occured. + * such children were not found or some error occurred. */ private XAccessibleComponent[] getChildrenComponents() { XAccessible xAcc = UnoRuntime.queryInterface(XAccessible.class, oObj) ; @@ -444,7 +444,7 @@ public class _XAccessibleComponent { * <code>XAccessibleComponent</code>. * * @return The parent or <code>null</code> if the component - * has no parent or some errors occured. + * has no parent or some errors occurred. */ private XAccessibleComponent getParentComponent() { XAccessible xAcc = UnoRuntime.queryInterface(XAccessible.class, oObj) ; |