Skip to content

Commit 02f4a91

Browse files
committed
Fix to spelling errors in the class javadoc.
1 parent 2d444b9 commit 02f4a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/owasp/esapi/codecs/Codec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
* Other than the interfaces, very few of these concrete classes are intended to be used directly.
2727
* Rather, most of them are used through implementations of the {@link org.owasp.esapi.Encoder}
2828
* interface. While the OWASP team over the years have made every effort to be extra cautious, the
29-
* various {@code Codec} implemtations can offer NO GUARANTEE of safety if the client is
29+
* various {@code Codec} implementations can offer NO GUARANTEE of safety if the client is
3030
* using these {@code Codec} classes <i>directly</i>. Therefore, if the client is using
3131
* these classes directly, it is highly advised to practice security-in-depth
32-
* and also perform canonicalization, followed by strict input valiation, both
32+
* and also perform canonicalization, followed by strict input validation, both
3333
* prior to encoding and after decoding, to protect your application from input-based
3434
* attacks.
3535
* </p>

0 commit comments

Comments
 (0)