git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@621 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2009-08-03 02:57:33 +00:00
parent ba5e93b1e3
commit 964d9da7cd
1 changed files with 2 additions and 2 deletions

View File

@ -553,7 +553,7 @@ public class HttpExchange
}
/**
* Called when an exception was thrown during an attempt to open a connectoin
* Called when an exception was thrown during an attempt to open a connection
* @param ex
*/
protected void onConnectionFailed(Throwable ex)
@ -571,7 +571,7 @@ public class HttpExchange
}
/**
* Called when no response has been recieved within the timeout.
* Called when no response has been received within the timeout.
*/
protected void onExpire()
{