Commit 13790ef3 authored by Noor Binte Amir's avatar Noor Binte Amir

[FIX] Typo in DatabaseManager.kt

Changed "data base" to "database".
parent acb0f6f3
......@@ -139,7 +139,7 @@ class DatabaseManager(val context: Application, val serverUrl: String) {
}
/*
* Creates a list of data base operations
* Creates a list of database operations
*/
fun processChatRoomsBatch(batch: List<StreamMessage<BaseRoom>>) {
GlobalScope.launch(dbManagerContext) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment