Fix typo in comment

This commit is contained in:
David Capello 2019-04-22 09:05:33 -03:00
parent 589bfe2cbf
commit af0b700a6d

View File

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