From 0f1ae574ab7d76b7cc47e5ce05c8c66d34f0c472 Mon Sep 17 00:00:00 2001 From: Florian Fankhauser Date: Sat, 9 Jul 2011 19:11:54 -0500 Subject: [PATCH] SEC-1776: Corrected typo in manual --- docs/manual/src/docbook/appendix-namespace.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index f7959533e6..871c7b12ca 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -355,7 +355,7 @@ a new session and copy the session attributes to the new session. Defaults to "migrateSession". If session fixation protection is enabled, the - SessionManagementFilter is inected with a appropriately + SessionManagementFilter is injected with an appropriately configured DefaultSessionAuthenticationStrategy. See the Javadoc for this class for more details.