Corrected grammar

This commit is contained in:
Andrew Murray 2021-03-16 22:19:48 +11:00
parent 8064e04e96
commit d7cbc9a27e

View File

@ -221,7 +221,7 @@ ImagingGifDecode(Imaging im, ImagingCodecState state, UINT8 *buffer, Py_ssize_t
if (context->next < GIFTABLE) {
/* We'll only add this symbol if we have room
for it (take advise, Netscape!) */
for it (take the advice, Netscape!) */
context->data[context->next] = c;
context->link[context->next] = context->lastcode;