1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Fix typo 'properites' in documentation

Fixes gh-8095
This commit is contained in:
Markus Engelbrecht
2020-03-11 05:27:18 +01:00
committed by Josh Cummings
parent 35bbccad3c
commit 78d8b9fa71
4 changed files with 4 additions and 4 deletions
@@ -129,7 +129,7 @@ import org.springframework.util.Assert;
* </property>
* </pre>
*
* A configuration note: The JaasAuthenticationProvider uses the security properites
* A configuration note: The JaasAuthenticationProvider uses the security properties
* "login.config.url.X" to configure jaas. If you would like to customize the way Jaas
* gets configured, create a subclass of this and override the
* {@link #configureJaas(Resource)} method.