Browse Source

Fixed comment

Paul-Louis Ageneau 5 years ago
parent
commit
642861f3be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sctptransport.cpp

+ 1 - 1
src/sctptransport.cpp

@@ -623,7 +623,7 @@ void SctpTransport::processNotification(const union sctp_notification *notify, s
 
 	case SCTP_SENDER_DRY_EVENT: {
 		PLOG_VERBOSE << "SCTP dry event";
-		// It not should be necessary since the send callback should have been called already,
+		// It should not be necessary since the send callback should have been called already,
 		// but to be sure, let's try to send now.
 		safeFlush();
 		break;