Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 27, 2024
1 parent e827248 commit 104befe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/RTC/DtlsTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ namespace RTC
/**
* This method is called within our |onSslBioOut| callback above. As told
* there, it's guaranteed that OpenSSL invokes that callback with all the
* bytes currently writes in our BIO mem buffer |this->sslBioToNetwork| so
* bytes currently written in our BIO mem buffer |this->sslBioToNetwork| so
* we can safely reset/clear that buffer once we have sent the data to the
* endpoint.
*/
Expand Down

0 comments on commit 104befe

Please sign in to comment.