Fixing typo

This commit is contained in:
Colm O hEigeartaigh 2024-05-20 16:33:18 +01:00
parent 4cadbab76c
commit 3c276290a1
No known key found for this signature in database
GPG Key ID: 67BF80B10AD53983
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class HttpTunnelServlet extends HttpServlet {
}
BlockingQueueTransport answer = clients.get(clientID);
if (answer == null) {
LOG.warn("The clientID header specified is invalid. Client sesion has not yet been established for it: " + clientID);
LOG.warn("The clientID header specified is invalid. Client session has not yet been established for it: " + clientID);
return null;
}
return answer;