summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/comp
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 13:53:17 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 14:45:36 +0100
commit800e09a3ce02417a52f8a1de261f1fc448dee590 (patch)
treef15276b16b5cd77804b05f78b516ee3b5ec58633 /jurt/com/sun/star/comp
parentaa1b4a294da57bbc54c492c94919486a64b6866f (diff)
Typos: caculate->calculate + acceses->accesses
Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda
Diffstat (limited to 'jurt/com/sun/star/comp')
-rw-r--r--jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java2
-rw-r--r--jurt/com/sun/star/comp/connections/Acceptor.java2
-rw-r--r--jurt/com/sun/star/comp/connections/Connector.java2
-rw-r--r--jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java2
-rw-r--r--jurt/com/sun/star/comp/connections/PipedConnection.java2
5 files changed, 5 insertions, 5 deletions
diff --git a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java
index 7dd6fcf6762a..d84b7397e3ed 100644
--- a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java
+++ b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java
@@ -49,7 +49,7 @@ public class BridgeFactory implements XBridgeFactory/*, XEventListener*/ {
static private final boolean DEBUG = false;
/**
- * The name of the service, the <code>JavaLoader</code> acceses this through
+ * The name of the service, the <code>JavaLoader</code> accesses this through
* reflection.
*/
public final static String __serviceName = "com.sun.star.bridge.BridgeFactory";
diff --git a/jurt/com/sun/star/comp/connections/Acceptor.java b/jurt/com/sun/star/comp/connections/Acceptor.java
index 7c8e0e9e494b..90fb55cba098 100644
--- a/jurt/com/sun/star/comp/connections/Acceptor.java
+++ b/jurt/com/sun/star/comp/connections/Acceptor.java
@@ -45,7 +45,7 @@ public final class Acceptor implements XAcceptor {
/**
* The name of the service.
*
- * <p>The <code>JavaLoader</code> acceses this through reflection.</p>
+ * <p>The <code>JavaLoader</code> accesses this through reflection.</p>
*
* @see com.sun.star.comp.loader.JavaLoader
*/
diff --git a/jurt/com/sun/star/comp/connections/Connector.java b/jurt/com/sun/star/comp/connections/Connector.java
index 17d3a1ca28b4..f53ab4f23e60 100644
--- a/jurt/com/sun/star/comp/connections/Connector.java
+++ b/jurt/com/sun/star/comp/connections/Connector.java
@@ -45,7 +45,7 @@ public class Connector implements XConnector {
/**
* The name of the service.
*
- * <p>The <code>JavaLoader</code> acceses this through reflection.</p>
+ * <p>The <code>JavaLoader</code> accesses this through reflection.</p>
*
* @see com.sun.star.comp.loader.JavaLoader
*/
diff --git a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java
index 687f70efe9ad..8204ef16bff6 100644
--- a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java
+++ b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java
@@ -45,7 +45,7 @@ public class ConstantInstanceProvider implements XInstanceProvider {
static public final boolean DEBUG = false;
/**
- * The name of the service, the <code>JavaLoader</code> acceses this through
+ * The name of the service, the <code>JavaLoader</code> accesses this through
* reflection.
*/
static private final String __serviceName = "com.sun.star.comp.connection.InstanceProvider";
diff --git a/jurt/com/sun/star/comp/connections/PipedConnection.java b/jurt/com/sun/star/comp/connections/PipedConnection.java
index 8cae64d3cdfc..91541508b65b 100644
--- a/jurt/com/sun/star/comp/connections/PipedConnection.java
+++ b/jurt/com/sun/star/comp/connections/PipedConnection.java
@@ -41,7 +41,7 @@ public class PipedConnection implements XConnection {
public static final boolean DEBUG = false;
/**
- * The name of the service, the <code>JavaLoader</code> acceses this through
+ * The name of the service, the <code>JavaLoader</code> accesses this through
* reflection.
*/
static private final String __serviceName = "com.sun.star.connection.PipedConnection";