Skip to content

Commit 7d05ab0

Browse files
author
Matthias Radestock
committed
correct typo
1 parent ff4d2bc commit 7d05ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/impl/ConnectionBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public void ClosingLoop()
702702
catch (ObjectDisposedException ode)
703703
{
704704
if (!closed)
705-
LogCloseError("Connection didnt' close cleanly", ode);
705+
LogCloseError("Connection didn't close cleanly", ode);
706706
}
707707
catch (EndOfStreamException eose)
708708
{

0 commit comments

Comments
 (0)