spelling: canvas

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:03:04 -04:00
parent 6ff7423ec5
commit 29fd7b9f68

View File

@ -600,7 +600,7 @@ class Image
do {
$this->image->cropImage($w, $h, $x, $y);
/*
* We need to remove the canva,
* We need to remove the canvas,
* or the image is not resized to the crop:
* http://php.net/manual/en/imagick.cropimage.php#97232
*/