Skip to content

Commit ef8d784

Browse files
Danieljgrandja
authored andcommitted
Fix typo
Closes spring-atticgh-827
1 parent 304c43b commit ef8d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-security-oauth2/src/main/java/org/springframework/security/oauth2/config/annotation/web/configuration/AuthorizationServerEndpointsConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void init() {
8282
try {
8383
configurer.configure(endpoints);
8484
} catch (Exception e) {
85-
throw new IllegalStateException("Cannot configure enpdoints", e);
85+
throw new IllegalStateException("Cannot configure endpoints", e);
8686
}
8787
}
8888
endpoints.setClientDetailsService(clientDetailsService);

0 commit comments

Comments
 (0)