From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:03:04 +0000 (-0400) Subject: spelling: canvas X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=29fd7b9f68dd8eb9c056eaed87807ef2c5bbc727;p=friendica.git spelling: canvas Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Object/Image.php b/src/Object/Image.php index 49196a0c44..5e915d84f5 100644 --- a/src/Object/Image.php +++ b/src/Object/Image.php @@ -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 */