Skip to content

Commit

Permalink
Merge pull request #5226 from marcin-github/patch-1
Browse files Browse the repository at this point in the history
Fix misspeling in message.
  • Loading branch information
rgerhards committed Sep 18, 2023
2 parents 7ec1625 + a385d6c commit 761cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ommongodb/ommongodb.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static void closeMongoDB(instanceData *pData)
mongoc_client_destroy (pData->client);
pData->client = NULL;
mongoc_cleanup ();
DBGPRINTF("ommongodb: Mongodb connexion closed.");
DBGPRINTF("ommongodb: Mongodb connection closed.");
}
}

Expand Down

0 comments on commit 761cb2b

Please sign in to comment.