From 062277a3662d0d7a0f28f818952b6afccbf69839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Thu, 19 Oct 2023 11:49:27 +0200 Subject: [PATCH] Update worker/include/RTC/IceServer.hpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Luis Millán --- worker/include/RTC/IceServer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/include/RTC/IceServer.hpp b/worker/include/RTC/IceServer.hpp index cd91938bee..b213189ff5 100644 --- a/worker/include/RTC/IceServer.hpp +++ b/worker/include/RTC/IceServer.hpp @@ -94,7 +94,7 @@ namespace RTC bool IsValidTuple(const RTC::TransportTuple* tuple) const; void RemoveTuple(RTC::TransportTuple* tuple); /** - * This should be just called in 'connected' or completed' state and the + * This should be just called in 'connected' or 'completed' state and the * given tuple must be an already valid tuple. */ void MayForceSelectedTuple(const RTC::TransportTuple* tuple);