From 84ef3b80de4915a24a9fd2fd214d0fa44e59b854 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:51:50 -0700 Subject: Spelling: Miscellaneous Corrects 34 miscellaneous misspelled words. Differential Revision: https://developer.blender.org/D9248 Reviewed by Campbell Barton --- source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor') diff --git a/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp b/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp index 571061c8c0e..95ccb462ade 100644 --- a/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp +++ b/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp @@ -1088,7 +1088,7 @@ static void do_fillGradientBuffer(unsigned int rw, * * 1.) Loop through all gradient pixels. * A.) For each gradient pixel: - * a.) Loop though all outside edge pixels, looking for closest one + * a.) Loop through all outside edge pixels, looking for closest one * to the gradient pixel we are in. * b.) Loop through all inside edge pixels, looking for closest one * to the gradient pixel we are in. -- cgit v1.2.3