From af0b700a6d6de8941d2a31111685844faf268a8e Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 22 Apr 2019 09:05:33 -0300 Subject: [PATCH] Fix typo in comment --- src/app/util/expand_cel_canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/util/expand_cel_canvas.cpp b/src/app/util/expand_cel_canvas.cpp index 2f71666d3..20bd4a4df 100644 --- a/src/app/util/expand_cel_canvas.cpp +++ b/src/app/util/expand_cel_canvas.cpp @@ -372,7 +372,7 @@ void ExpandCelCanvas::copyValidDestToSourceCanvas(const gfx::Region& rgn) gfx::Clip(rc.x, rc.y, rc.x, rc.y, rc.w, rc.h)); // We cannot compare src vs dst in this case (e.g. on tools like - // spray and jumble that updated the source image form the modified + // spray and jumble that updated the source image from the modified // destination). m_canCompareSrcVsDst = false; }