From 707f71ece0b34329c465081aa6d9f7f696ae123a Mon Sep 17 00:00:00 2001 From: BabakSamimi Date: Sat, 12 May 2018 19:28:04 +0200 Subject: [PATCH] Fixed spelling error please merge :) --- Common/NetClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/NetClient.cs b/Common/NetClient.cs index c2c917d..2fad0be 100644 --- a/Common/NetClient.cs +++ b/Common/NetClient.cs @@ -38,7 +38,7 @@ namespace Common protected readonly IPAddress target; protected readonly int bufSize; protected readonly IKeyExchange exchange; - protected internal long lastComm = DateTime.Now.Ticks; // Latest comunication event (in ticks) + protected internal long lastComm = DateTime.Now.Ticks; // Latest communication event (in ticks) // Connection to peer protected Socket Connection { get; private set; } -- 2.47.2