mirror of
https://github.com/coturn/coturn.git
synced 2025-11-04 17:01:39 +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();
|
MONGO * mc = get_mongodb_connection();
|
||||||
|
|
||||||
if(!mc) {
|
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user