Skip to content

Commit 82be8ba

Browse files
committed
Authenticator: fix typo
1 parent 26ae2f6 commit 82be8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/Authenticator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public interface Authenticator {
148148
* <p>
149149
* <b>WARNING:</b> The implementation of this method as defined in the
150150
* default reference implementation class, {@code FileBasedAuthenticator},
151-
* uses a password hash algorthim that is known to be weak. You are advised
151+
* uses a password hash algorithm that is known to be weak. You are advised
152152
* to replace the default reference implementation class with your own custom
153153
* implementation that uses a stronger password hashing algorithm.
154154
* See class comments in * {@code FileBasedAuthenticator} for further details.

0 commit comments

Comments
 (0)