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; }