Fixed spelling

This commit is contained in:
Paul-Louis Ageneau
2020-11-01 18:33:59 +01:00
parent 02105f5da3
commit bb73da2351
3 changed files with 11 additions and 11 deletions

View File

@ -121,7 +121,7 @@ void test_track() {
if (!at2 || !at2->isOpen() || !t1->isOpen())
throw runtime_error("Track is not open");
// Test renegociation
// Test renegotiation
newTrackMid = "added";
t1 = pc1->addTrack(Description::Video(newTrackMid));