mirror of
https://github.com/coturn/coturn.git
synced 2025-10-31 23:11:28 +01:00
typo fixed
This commit is contained in:
parent
3d9510bd03
commit
a448918b69
@ -124,7 +124,7 @@ static mongoc_collection_t * mongo_get_collection(const char * name) {
|
||||
MONGO * mc = get_mongodb_connection();
|
||||
|
||||
if(!mc) {
|
||||
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR, "Error gettting a connection to MongoDB\n");
|
||||
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR, "Error getting a connection to MongoDB\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user