mirror of https://github.com/procxx/kepka.git
Fixed spelling in libtgvoip third-party library.
Patch backported from https://github.com/grishka/libtgvoip/pull/31 pull request. Original patch by: Nicholas Guriev <guriev-ns@ya.ru>
This commit is contained in:
parent
03eb0169b3
commit
e1ffe76dff
|
@ -1151,7 +1151,7 @@ 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);
|
||||
|
@ -1159,7 +1159,7 @@ simpleAudioBlock random_id:long random_bytes:string raw_data:string = DecryptedA
|
|||
}
|
||||
}
|
||||
if(!audioOutput->IsInitialized()){
|
||||
LOGE("Erorr initializing audio playback");
|
||||
LOGE("Error initializing audio playback");
|
||||
lastError=TGVOIP_ERROR_AUDIO_IO;
|
||||
|
||||
SetState(STATE_FAILED);
|
||||
|
|
Loading…
Reference in New Issue