mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Fixed spelling negociated -> negotiated
This commit is contained in:
@ -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 = "";
|
||||
};
|
||||
|
Reference in New Issue
Block a user