Fixed spelling error please merge :) #1

Closed
BabakSamimi wants to merge 1 commits from patch-1 into master

View File

@ -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; }