diff --git a/core/java/src/net/i2p/data/Base64.java b/core/java/src/net/i2p/data/Base64.java index 2a30d3631a..2633c1b691 100644 --- a/core/java/src/net/i2p/data/Base64.java +++ b/core/java/src/net/i2p/data/Base64.java @@ -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 */