From 98e275d9080cf701ba2a17e41c5200eb0005b72e Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 8 Dec 2014 14:05:35 +0000 Subject: [PATCH] javadoc typo --- core/java/src/net/i2p/data/Base64.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/src/net/i2p/data/Base64.java b/core/java/src/net/i2p/data/Base64.java index 2a30d3631..2633c1b69 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 */