We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6466ac8 + 072289d commit 0189157Copy full SHA for 0189157
src/mongoc/mongoc-write-concern-private.h
@@ -44,7 +44,7 @@ struct _mongoc_write_concern_t
44
};
45
46
47
-const bson_t *_mongoc_write_concern_get_gle (mongoc_write_concern_t *write_cocnern);
+const bson_t *_mongoc_write_concern_get_gle (mongoc_write_concern_t *write_concern);
48
const bson_t *_mongoc_write_concern_get_bson (mongoc_write_concern_t *write_concern);
49
bool _mongoc_write_concern_needs_gle (const mongoc_write_concern_t *write_concern);
50
bool _mongoc_write_concern_is_valid (const mongoc_write_concern_t *write_concern);
0 commit comments