Fix SessionRepositoryFilter comment typo

This commit is contained in:
lowzj
2016-03-23 19:32:05 +08:00
parent 37bc6a352f
commit 128e0c4d47

View File

@@ -228,7 +228,7 @@ public class SessionRepositoryFilter<S extends ExpiringSession>
}
/**
* Uses the HttpSessionStrategy to write the session id tot he response and
* Uses the HttpSessionStrategy to write the session id to the response and
* persist the Session.
*/
private void commitSession() {