Merge pull request #440 from lowzj/master_fix-typo

Fix SessionRepositoryFilter comment typo
This commit is contained in:
Rob Winch
2016-03-23 08:27:23 -05:00

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() {