Fixed spelling error please merge :)

This commit is contained in:
BabakSamimi 2018-05-12 19:28:04 +02:00 committed by GitHub
parent eeaf8c708f
commit 707f71ece0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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