From 63d521432e9307643c279237b041a8f2ac6dda9d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 11 Dec 2019 10:56:14 +1100 Subject: Cleanup: spelling --- source/blender/imbuf/intern/rectop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/rectop.c b/source/blender/imbuf/intern/rectop.c index 7915f04b74e..e5396b4551b 100644 --- a/source/blender/imbuf/intern/rectop.c +++ b/source/blender/imbuf/intern/rectop.c @@ -282,7 +282,7 @@ void IMB_rect_crop(ImBuf *ibuf, const rcti *crop) } /** - * Re-alloc buffers at a new size. + * Re-allocate buffers at a new size. */ static void rect_realloc_4bytes(void **buf_p, const uint size[2]) { -- cgit v1.2.3