summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/comp/connections/PipedConnection.java
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/connections/PipedConnection.java
parentaa1b4a294da57bbc54c492c94919486a64b6866f (diff)
Typos: caculate->calculate + acceses->accesses
Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda
Diffstat (limited to 'jurt/com/sun/star/comp/connections/PipedConnection.java')
-rw-r--r--jurt/com/sun/star/comp/connections/PipedConnection.java2
1 files changed, 1 insertions, 1 deletions
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";