mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
fix typo
This commit is contained in:
@@ -282,7 +282,7 @@ public class BasicSecurityContext implements WebSecurityContext
|
||||
}
|
||||
else
|
||||
{
|
||||
msg.append(" is not a memeber of a group");
|
||||
msg.append(" is not a member of a group");
|
||||
}
|
||||
|
||||
logger.debug(msg.toString());
|
||||
|
||||
Reference in New Issue
Block a user