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 */