Skip to content

Commit 7eb7a07

Browse files
committed
spelling in gridfs file comment
1 parent b4d360c commit 7eb7a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongoc/mongoc-gridfs-file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ _mongoc_gridfs_file_refresh_page (mongoc_gridfs_file_t *file)
741741
* iterate until we're on the right chunk */
742742
while (file->cursor_range[0] <= file->n) {
743743
if (!mongoc_cursor_next (file->cursor, &chunk)) {
744-
/* copy cursor error, if any. might just lack a matchign chunk. */
744+
/* copy cursor error, if any. might just lack a matching chunk. */
745745
mongoc_cursor_error (file->cursor, &file->error);
746746
RETURN (0);
747747
}

0 commit comments

Comments
 (0)