Fix typos (#228)

This commit is contained in:
Johnny Lim
2016-04-13 01:11:51 +09:00
committed by Rob Winch
parent c57dba6b77
commit fe94d654ed
11 changed files with 16 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ public class DefaultWebInvocationPrivilegeEvaluatorTests {
}
@Test
public void allowsAccessIfAccessDecisionMangerDoes() throws Exception {
public void allowsAccessIfAccessDecisionManagerDoes() throws Exception {
Authentication token = new TestingAuthenticationToken("test", "Password",
"MOCK_INDEX");
DefaultWebInvocationPrivilegeEvaluator wipe = new DefaultWebInvocationPrivilegeEvaluator(
@@ -101,7 +101,7 @@ public class DefaultWebInvocationPrivilegeEvaluatorTests {
@SuppressWarnings("unchecked")
@Test
public void deniesAccessIfAccessDecisionMangerDoes() throws Exception {
public void deniesAccessIfAccessDecisionManagerDoes() throws Exception {
Authentication token = new TestingAuthenticationToken("test", "Password",
"MOCK_INDEX");
DefaultWebInvocationPrivilegeEvaluator wipe = new DefaultWebInvocationPrivilegeEvaluator(