Fix typo in exception message: quite -> quiet

Closes gh-1547
This commit is contained in:
Tom Fitzhenry 2017-10-03 13:40:56 +11:00 committed by Stephane Nicoll
parent 1bf3e7c021
commit 1a1d767d59
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ public class DefaultStompSession implements ConnectionHandlingStompSession {
@Override
public void run() {
closing = true;
String error = "Server has gone quite. Closing connection in session id=" + sessionId + ".";
String error = "Server has gone quiet. Closing connection in session id=" + sessionId + ".";
if (logger.isDebugEnabled()) {
logger.debug(error);
}