From 330290d2a80d6b78f323cd1df9f3ea333d1cdb53 Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Fri, 19 Nov 2021 15:55:47 +0100 Subject: Cleanup: typos in comments --- source/blender/compositor/operations/COM_CompositorOperation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations') diff --git a/source/blender/compositor/operations/COM_CompositorOperation.cc b/source/blender/compositor/operations/COM_CompositorOperation.cc index 354997ebd2e..696dbb1807c 100644 --- a/source/blender/compositor/operations/COM_CompositorOperation.cc +++ b/source/blender/compositor/operations/COM_CompositorOperation.cc @@ -155,7 +155,7 @@ void CompositorOperation::execute_region(rcti *rect, unsigned int /*tile_number* if (rd->mode & R_BORDER && rd->mode & R_CROP) { /** * When using cropped render result, need to re-position area of interest, - * so it'll natch bounds of render border within frame. By default, canvas + * so it'll match bounds of render border within frame. By default, canvas * will be centered between full frame and cropped frame, so we use such * scheme to map cropped coordinates to full-frame coordinates * -- cgit v1.2.3