summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-15 14:18:38 +0200
committerCaolán McNamara <caolanm@redhat.com>2018-08-29 17:12:35 +0200
commitdd6c80e4336d4c30e733f126f968b8fb7152851c (patch)
tree5b539f4de7037c1e5726f2880c5206ae66445c31 /jurt
parent718f63002e52ad3d80fae148c28c6994592c1c09 (diff)
Fix typo: s/an other/another/g
Change-Id: Ifd83affcb16209f4134c725640fbd95077c8ab0f Reviewed-on: https://gerrit.libreoffice.org/59099 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'jurt')
-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 eceea9aa51e8..631cfae40ee0 100644
--- a/jurt/com/sun/star/comp/connections/PipedConnection.java
+++ b/jurt/com/sun/star/comp/connections/PipedConnection.java
@@ -85,7 +85,7 @@ public class PipedConnection implements XConnection {
protected PipedConnection _otherSide;
/**
- * Constructs a new <code>PipedConnection</code>, sees if there is an other
+ * Constructs a new <code>PipedConnection</code>, sees if there is another
* side, which it should be connected to.
*
* @param args Another side could be in index 0.