From b92d94ea046ff47b968f2d64a2cd3f7b473de908 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 18 Feb 2021 10:48:21 -0500 Subject: [PATCH] Javadoc spelling --- router/java/src/net/i2p/router/time/NtpMessage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/java/src/net/i2p/router/time/NtpMessage.java b/router/java/src/net/i2p/router/time/NtpMessage.java index e5af932a6..d679db25b 100644 --- a/router/java/src/net/i2p/router/time/NtpMessage.java +++ b/router/java/src/net/i2p/router/time/NtpMessage.java @@ -72,7 +72,7 @@ import net.i2p.util.RandomSource; * inspired by http://www.pps.jussieu.fr/~jch/enseignement/reseaux/ * NTPMessage.java which is copyright (c) 2003 by Juliusz Chroboczek * - *

2036-compliance informaction

+ *

Year 2036 compliance

* * Prior to 0.9.50, this supported years 1900-2035. * As of 0.9.50, this supports years 1968-2104 and is year-2036 compliant.