Skip to content

Commit

Permalink
Merge pull request apereo#1798 from rkorn86/issue-1797
Browse files Browse the repository at this point in the history
Fix for #1797 - Typo in SpengoWebflowConfigurer
  • Loading branch information
dima767 committed May 26, 2016
2 parents 27fe5a1 + 656a6ab commit f9adb68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@Component("spnegoWebflowConfigurer")
public class SpengoWebflowConfigurer extends AbstractCasWebflowConfigurer {

private static final String SPNEGO = "spnegp";
private static final String SPNEGO = "spnego";

private static final String START_SPNEGO_AUTHENTICATE = "startSpnegoAuthenticate";

Expand Down

0 comments on commit f9adb68

Please sign in to comment.