Skip to content

Commit

Permalink
Fixed spelling in libtgvoip third-party library.
Browse files Browse the repository at this point in the history
Patch backported from grishka/libtgvoip#31 pull request.
Original patch by: Nicholas Guriev <[email protected]>
  • Loading branch information
xvitaly authored and berkus committed Dec 21, 2017
1 parent 03eb016 commit e1ffe76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Telegram/ThirdParty/libtgvoip/VoIPController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1151,15 +1151,15 @@ simpleAudioBlock random_id:long random_bytes:string raw_data:string = DecryptedA
if(!micMuted){
audioInput->Start();
if(!audioInput->IsInitialized()){
LOGE("Erorr initializing audio capture");
LOGE("Error initializing audio capture");
lastError=TGVOIP_ERROR_AUDIO_IO;

SetState(STATE_FAILED);
return;
}
}
if(!audioOutput->IsInitialized()){
LOGE("Erorr initializing audio playback");
LOGE("Error initializing audio playback");
lastError=TGVOIP_ERROR_AUDIO_IO;

SetState(STATE_FAILED);
Expand Down

0 comments on commit e1ffe76

Please sign in to comment.