diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml
index 1850412e2d..02da62a7a7 100644
--- a/doc/docbook/acegi.xml
+++ b/doc/docbook/acegi.xml
@@ -432,8 +432,8 @@
Obtain the Authentication object from the
- SecureContext, which is held in the
- ContextHolder.
+ SecurityContext, which is held in the
+ SecurityContextHolder.
@@ -4976,9 +4976,9 @@ INSERT INTO acl_permission VALUES (null, 6, 'scott', 1);
Context on SecurityContextHolder is of type:
- org.acegisecurity.context.secure.SecureContextImpl
+ org.acegisecurity.context.SecurityContextImpl
- The Context implements SecureContext.
+ The Context implements SecurityContext.
Authentication object is of type:
org.acegisecurity.adapters.PrincipalAcegiUserToken