From f780df7c56551898fa9062abcc632a08165808ea Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 28 Jan 2021 16:28:54 +0200 Subject: [PATCH] Typo fix --- source/dnetd/dconnection.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dnetd/dconnection.d b/source/dnetd/dconnection.d index 0ef681c..999ebbe 100644 --- a/source/dnetd/dconnection.d +++ b/source/dnetd/dconnection.d @@ -929,7 +929,7 @@ public class DConnection : Thread /* Encode the username */ protocolData ~= cast(byte[])username; - /* Encode the sender's's length */ + /* Encode the sender's length */ protocolData ~= [cast(byte)this.username.length]; /* Encode the sender */