summaryrefslogtreecommitdiffstats
path: root/jurt
diff options
context:
space:
mode:
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java2
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>