]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
Logging for an exception when processing activities
[friendica.git] / src / Protocol / DFRN.php
index 63d51950883e33e7c40ecdbc0b93149f1193bea4..b29a3676ad062ba01368321bc5d8c5877fd34d31 100644 (file)
@@ -608,7 +608,7 @@ class DFRN
 
                        /// @Todo
                        /// - Check real image type and image size
-                       /// - Check which of these boths elements we should use
+                       /// - Check which of these elements we should use
                        $attributes = [
                                'rel' => 'photo',
                                'type' => 'image/jpeg',
@@ -878,7 +878,7 @@ class DFRN
 
                XML::addElement($doc, $entry, 'dfrn:diaspora_guid', $item['guid']);
 
-               // The signed text contains the content in Markdown, the sender handle and the signatur for the content
+               // The signed text contains the content in Markdown, the sender handle and the signature for the content
                // It is needed for relayed comments to Diaspora.
                if ($item['signed_text']) {
                        $sign = base64_encode(json_encode(['signed_text' => $item['signed_text'],'signature' => '','signer' => '']));