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.
1 parent b4d360c commit 7eb7a07Copy full SHA for 7eb7a07
src/mongoc/mongoc-gridfs-file.c
@@ -741,7 +741,7 @@ _mongoc_gridfs_file_refresh_page (mongoc_gridfs_file_t *file)
741
* iterate until we're on the right chunk */
742
while (file->cursor_range[0] <= file->n) {
743
if (!mongoc_cursor_next (file->cursor, &chunk)) {
744
- /* copy cursor error, if any. might just lack a matchign chunk. */
+ /* copy cursor error, if any. might just lack a matching chunk. */
745
mongoc_cursor_error (file->cursor, &file->error);
746
RETURN (0);
747
}
0 commit comments