diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:32:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:32:10 +0200 |
commit | 0c317af38ae4c91f7472789cd53c571825610d0f (patch) | |
tree | 18f7f863f495166d1beee16930f22dc854a6d5ad /qadevOOo | |
parent | 956002dc4448ced19348b31329ac114b3b65516e (diff) |
s/childrens/children/
Change-Id: I1731710811506383d29c835a613b07506e7232f0
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java b/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java index f52ec6946953..996f7e12ca26 100644 --- a/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java +++ b/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java @@ -77,7 +77,7 @@ public class SdDocLinkTargets extends TestCase { /** * Creating a Testenvironment for the interfaces to be tested. - * Retrieves the possible links to childrens of the drawing document using + * Retrieves the possible links to children of the drawing document using * the interface <code>XLinkTargetSupplier</code>. The retrieved collection * is the instance of the service <code>com.sun.star.document.LinkTargets</code>. * @see com.sun.star.document.XLinkTargetSupplier |