We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ae2f6 commit 82be8baCopy full SHA for 82be8ba
src/main/java/org/owasp/esapi/Authenticator.java
@@ -148,7 +148,7 @@ public interface Authenticator {
148
* <p>
149
* <b>WARNING:</b> The implementation of this method as defined in the
150
* default reference implementation class, {@code FileBasedAuthenticator},
151
- * uses a password hash algorthim that is known to be weak. You are advised
+ * uses a password hash algorithm that is known to be weak. You are advised
152
* to replace the default reference implementation class with your own custom
153
* implementation that uses a stronger password hashing algorithm.
154
* See class comments in * {@code FileBasedAuthenticator} for further details.
0 commit comments