summaryrefslogtreecommitdiff
path: root/jurt
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
parentaa1b4a294da57bbc54c492c94919486a64b6866f (diff)
Typos: caculate->calculate + acceses->accesses
Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda
Diffstat (limited to 'jurt')
-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
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java2
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeConnector.java2
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketAcceptor.java2
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketConnector.java2
9 files changed, 9 insertions, 9 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";
diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
index 52e00a441683..58400b3b35c9 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
@@ -45,7 +45,7 @@ public final class pipeAcceptor 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/lib/connections/pipe/pipeConnector.java b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
index d70138457ced..875e0f2ecd3d 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
@@ -45,7 +45,7 @@ public final class pipeConnector 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/lib/connections/socket/socketAcceptor.java b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
index 85790dfdd21e..022f89142c75 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
@@ -48,7 +48,7 @@ public final class socketAcceptor 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/lib/connections/socket/socketConnector.java b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
index 1d3c2b1b57c3..fc44639a5feb 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketConnector.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
@@ -50,7 +50,7 @@ public final class socketConnector 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
*/