1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-31 23:11:28 +01:00

typo fixed

This commit is contained in:
mom040267 2014-08-20 05:19:45 +00:00
parent 3d9510bd03
commit a448918b69

View File

@ -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;
}