From 96a9e2c9bb69663ab4495cfe093fbf45a6d2cac3 Mon Sep 17 00:00:00 2001 From: Robinson Date: Sat, 11 Jun 2022 17:29:33 +0200 Subject: [PATCH] Fixed comment typo --- src/dorkbox/network/ping/Ping.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/network/ping/Ping.kt b/src/dorkbox/network/ping/Ping.kt index bf0850cf..3a593837 100644 --- a/src/dorkbox/network/ping/Ping.kt +++ b/src/dorkbox/network/ping/Ping.kt @@ -20,7 +20,7 @@ import dorkbox.network.rmi.RmiUtils class Ping { var packedId = 0 - // ping/pong times are the LOWER 8 bytes of a long, which gives us 65 seconds. This is the same as the max value timeout (a short) so this is acceptible + // ping/pong times are the LOWER 8 bytes of a long, which gives us 65 seconds. This is the same as the max value timeout (a short) so this is acceptable var pingTime = 0L var pongTime = 0L