Skip to content

Commit d1d08c1

Browse files
committed
Fix typo
1 parent 3aa3212 commit d1d08c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MQTTnet.Server/Internal/Adapter/MqttTcpServerListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ await sslStream.AuthenticateAsServerAsync(
202202

203203
clientCertificate = sslStream.RemoteCertificate as X509Certificate2;
204204

205-
// TODO: Check why this export is needed. Is there something else in the RemoveCertificate as a X509Certificate2???
205+
// TODO: Check why this export is needed. Is there something else in the RemoteCertificate as a X509Certificate2???
206206
if (clientCertificate == null && sslStream.RemoteCertificate != null)
207207
{
208208
#if NET10_0_OR_GREATER

0 commit comments

Comments
 (0)