Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit ef8d784

Browse files
Danieljgrandja
Daniel
authored andcommitted
Fix typo
Closes gh-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

+1-1
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)