From: Michael Date: Wed, 30 Jun 2021 03:49:43 +0000 (+0000) Subject: Grammar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=39fe60744ba860340c4dd4a445123c7e27c41a78;p=friendica.git Grammar --- diff --git a/src/Module/Photo.php b/src/Module/Photo.php index d6f58e610f..e5042fad4e 100644 --- a/src/Module/Photo.php +++ b/src/Module/Photo.php @@ -102,7 +102,7 @@ class Photo extends BaseModule $stamp = microtime(true); $imgdata = MPhoto::getImageDataForPhoto($photo); - // The mimetype for an external resources can only be known after it had been fetched + // The mimetype for an external resource can only be known after it had been fetched if ($photo['backend-class'] == ExternalResource::NAME) { $mimetype = Images::getMimeTypeByData($imgdata); if (!empty($mimetype)) {