mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 13:05:31 +03:00
Fix typo in error message
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
eb4da8c584
commit
b70b32e3d7
1 changed files with 2 additions and 2 deletions
|
@ -851,7 +851,7 @@ public class CallActivity extends AppCompatActivity {
|
|||
try {
|
||||
receivedSignalingMessage(signalingOverall.getOcs().getSignalings().get(i));
|
||||
} catch (IOException e) {
|
||||
Log.e(TAG, "Filed to process received signaling " +
|
||||
Log.e(TAG, "Failed to process received signaling" +
|
||||
" message");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue