From 7722d202a26b3885a2f03006726fe3e5e34c4b2a Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 5 Feb 2008 18:48:47 +0000 Subject: [PATCH] Fix Javadoc spelling errors --- .../org/eclipse/tm/internal/terminal/telnet/TelnetOption.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetOption.java b/terminal/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetOption.java index 68e26f8ad01..779799784ca 100644 --- a/terminal/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetOption.java +++ b/terminal/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetOption.java @@ -131,7 +131,7 @@ class TelnetOption implements TelnetCodes * This constant and the others having similar names represent the states of a * finite state automaton (FSA) that tracks the negotiation state of this option. * The initial state is NEGOTIATION_NOT_STARTED. The state machine is as follows - * (with transitions labelled with letters in parentheses):
+ * (with transitions labeled with letters in parentheses):
* *
* NEGOTIATION_NOT_STARTED -----> {@link #NEGOTIATION_IN_PROGRESS} @@ -159,7 +159,7 @@ class TelnetOption implements TelnetCodes * * Transition C happens when the local endpoint receives an option command from the * remote endpoint before sending a command for the same option. In that case, the - * local endpoint replies immediately with an option command and the negotitation + * local endpoint replies immediately with an option command and the negotiation * terminates.* * Some TELNET servers (e.g., the Solaris server), after sending WILL and receiving