This commit is contained in:
Sebastian Sdorra
2011-04-05 08:21:24 +02:00
parent ef5f68a96c
commit 3bf9923a04

View File

@@ -282,7 +282,7 @@ public class BasicSecurityContext implements WebSecurityContext
} }
else else
{ {
msg.append(" is not a memeber of a group"); msg.append(" is not a member of a group");
} }
logger.debug(msg.toString()); logger.debug(msg.toString());