From d7cbc9a27e8907ed4dfae1127eb97bf6a365733c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 16 Mar 2021 22:19:48 +1100 Subject: [PATCH] Corrected grammar --- src/libImaging/GifDecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libImaging/GifDecode.c b/src/libImaging/GifDecode.c index 88ae3896c..5817001ac 100644 --- a/src/libImaging/GifDecode.c +++ b/src/libImaging/GifDecode.c @@ -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;