From 15e3ce53283f288cb2c4c52acb203c9c281914ac Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 15 Mar 2017 14:58:38 +0100 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace Reviewed-on: https://gerrit.libreoffice.org/35224 Tested-by: Jenkins Reviewed-by: Björn Michaelsen --- jurt/com/sun/star/lib/connections/pipe/pipeConnector.java | 2 +- jurt/com/sun/star/lib/connections/socket/socketConnector.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'jurt/com/sun/star') diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java index fb59aa505a77..192d350071bf 100644 --- a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java +++ b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java @@ -103,7 +103,7 @@ public final class pipeConnector implements XConnector { throws NoConnectException, ConnectionSetupException { if (bConnected) - throw new ConnectionSetupException("alread connected"); + throw new ConnectionSetupException("already connected"); try { XConnection xConn = new PipeConnection( connectionDescription ); diff --git a/jurt/com/sun/star/lib/connections/socket/socketConnector.java b/jurt/com/sun/star/lib/connections/socket/socketConnector.java index 3d29e47f4f21..68fdf00c1149 100644 --- a/jurt/com/sun/star/lib/connections/socket/socketConnector.java +++ b/jurt/com/sun/star/lib/connections/socket/socketConnector.java @@ -109,7 +109,7 @@ public final class socketConnector implements XConnector { throws NoConnectException, ConnectionSetupException { if (connected) - throw new ConnectionSetupException("alread connected"); + throw new ConnectionSetupException("already connected"); ConnectionDescriptor desc; try { -- cgit v1.2.3