From 42c4f5b52529b14f521331d365989d756a5664d8 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 10 Mar 2020 15:01:13 +0100 Subject: [PATCH] Small typo fix --- TgVoip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TgVoip.h b/TgVoip.h index d57f9b1..40eff39 100755 --- a/TgVoip.h +++ b/TgVoip.h @@ -20,14 +20,14 @@ enum class TgVoipEndpointType { TcpRelay }; -struct TgVoipEdpointHost { +struct TgVoipEndpointHost { std::string ipv4; std::string ipv6; }; struct TgVoipEndpoint { int64_t endpointId; - TgVoipEdpointHost host; + TgVoipEndpointHost host; uint16_t port; TgVoipEndpointType type; unsigned char peerTag[16];