mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
Fix typo in error message
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
eb4da8c584
commit
b70b32e3d7
@ -851,8 +851,8 @@ public class CallActivity extends AppCompatActivity {
|
||||
try {
|
||||
receivedSignalingMessage(signalingOverall.getOcs().getSignalings().get(i));
|
||||
} catch (IOException e) {
|
||||
Log.e(TAG, "Filed to process received signaling " +
|
||||
"message");
|
||||
Log.e(TAG, "Failed to process received signaling" +
|
||||
" message");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user