Fixed spelling negociated -> negotiated

This commit is contained in:
Paul-Louis Ageneau
2020-11-12 20:33:35 +01:00
parent fe6cf79f02
commit eb61f6cb3c
7 changed files with 14 additions and 14 deletions

View File

@ -52,7 +52,7 @@ using future_certificate_ptr = std::shared_future<certificate_ptr>;
struct DataChannelInit {
Reliability reliability = {};
bool negociated = false;
bool negotiated = false;
std::optional<uint16_t> id = nullopt;
string protocol = "";
};