Skip to content

Commit 3c27629

Browse files
committed
Fixing typo
1 parent 4cadbab commit 3c27629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activemq-http/src/main/java/org/apache/activemq/transport/http/HttpTunnelServlet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ protected BlockingQueueTransport getTransportChannel(HttpServletRequest request,
176176
}
177177
BlockingQueueTransport answer = clients.get(clientID);
178178
if (answer == null) {
179-
LOG.warn("The clientID header specified is invalid. Client sesion has not yet been established for it: " + clientID);
179+
LOG.warn("The clientID header specified is invalid. Client session has not yet been established for it: " + clientID);
180180
return null;
181181
}
182182
return answer;

0 commit comments

Comments
 (0)