diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-19 00:00:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-19 07:19:35 +0100 |
commit | 8efd39be747c729a7f5b40cbca3e2a93585f9413 (patch) | |
tree | 7b5114af39a97964057c373d3ec2a2b6a706d5e2 /jurt | |
parent | 9f3b61e51f7f9de11436b0e4eaec164f2656fbdd (diff) |
Fix typos
Change-Id: Ibffe19c1dfda9d0f4ba8d2a0761ad1222491007f
Reviewed-on: https://gerrit.libreoffice.org/46599
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java index 860701d59c7f..031e60d3f1dc 100644 --- a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java +++ b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java @@ -38,7 +38,7 @@ import com.sun.star.uno.UnoRuntime; /** * The BridgeFactory class implements the <code>XBridgeFactory</code> Interface. * - * <p>It wrapps the <code>UnoRuntime#getBridgeByName</code>method and delivers a + * <p>It wraps the <code>UnoRuntime#getBridgeByName</code>method and delivers a * XBridge component.</p> * * <p>This component is only usable for remote bridges.</p> |