mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
Fix typos
This commit is contained in:
parent
c755c3cf32
commit
8e7b3a276d
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ public interface ICommunicationsListener {
|
||||||
* This method is invoked whenever the communications state is invoked
|
* This method is invoked whenever the communications state is invoked
|
||||||
* immediately before and after the state of the communications changes.
|
* immediately before and after the state of the communications changes.
|
||||||
* The state field in CommunicationsEvent determines which state
|
* 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);
|
public void communicationsStateChange(CommunicationsEvent e);
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ public interface ICommunicationsListener {
|
||||||
* This method determines if the communications listener is a passive or
|
* This method determines if the communications listener is a passive or
|
||||||
* active listener. Typically a passive listener registers with the communications
|
* active listener. Typically a passive listener registers with the communications
|
||||||
* system and responds to events as they occur. An active listener typically
|
* 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.)
|
* user editing a file, or outstanding communications request.)
|
||||||
*
|
*
|
||||||
* The user will be prompted on a disconnect if there are any active communication
|
* The user will be prompted on a disconnect if there are any active communication
|
||||||
|
|
Loading…
Add table
Reference in a new issue