From 104befe8d35e62279dce82ea05e4375b710746f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Tue, 27 Feb 2024 17:01:06 +0100 Subject: [PATCH] fix typo --- worker/src/RTC/DtlsTransport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/src/RTC/DtlsTransport.cpp b/worker/src/RTC/DtlsTransport.cpp index 56b267d7d2..b3458c901b 100644 --- a/worker/src/RTC/DtlsTransport.cpp +++ b/worker/src/RTC/DtlsTransport.cpp @@ -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. */