From 8e7b3a276d7645eaa969018baa564e10183ac917 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 3 Aug 2007 09:34:49 +0000 Subject: [PATCH] Fix typos --- .../eclipse/rse/core/subsystems/ICommunicationsListener.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ICommunicationsListener.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ICommunicationsListener.java index 7c1328671a5..d31ca658811 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ICommunicationsListener.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ICommunicationsListener.java @@ -27,7 +27,7 @@ public interface ICommunicationsListener { * This method is invoked whenever the communications state is invoked * immediately before and after the state of the communications changes. * The state field in CommunicationsEvent determines which state - * change is about to or has occured. + * change is about to or has occurred. */ public void communicationsStateChange(CommunicationsEvent e); @@ -35,7 +35,7 @@ public interface ICommunicationsListener { * This method determines if the communications listener is a passive or * active listener. Typically a passive listener registers with the communications * system and responds to events as they occur. An active listener typically - * registeres with the communications system only for the duration of the task (i.e. + * registers with the communications system only for the duration of the task (i.e. * user editing a file, or outstanding communications request.) * * The user will be prompted on a disconnect if there are any active communication