javadoc typo

This commit is contained in:
zzz
2014-12-08 14:05:35 +00:00
parent 8420b6c715
commit 98e275d908

View File

@ -726,7 +726,7 @@ public class Base64 {
* As of 0.9.14, whitespace will cause an error.
* Prior to that, it was ignored.
*
* @param s the strind to decode
* @param s the string to decode
* @return The data as a string, or null on error
* @since 1.4
*/