Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Oct 23, 2024
1 parent 261f00e commit 3c799cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdrizzleapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ tdriz(PyObject *obj UNUSED_PARAM, PyObject *args, PyObject *keywords)
}
};

/* Convert t`he fill value string */
/* Convert the fill value string */

if (fillstr == NULL ||
*fillstr == 0 ||
Expand Down

0 comments on commit 3c799cf

Please sign in to comment.