From 0aa67ad7f9f8aac8691962171a9d69e0a521a15f Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 27 Jan 2022 20:34:21 +0000 Subject: typo --- Zotlabs/Lib/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 4a5d42026..ec79e32fe 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -2644,7 +2644,7 @@ class Activity { $raw_arr = json_decode($act->raw, true); // This is a zot6 packet and the raw activitypub message json - // is possible available in the attachement. + // is possibly available in the attachement. if (array_key_exists('signed', $raw_arr) && is_array($act->obj) && is_array($act->obj['attachment'])) { foreach($act->obj['attachment'] as $a) { if ( -- cgit v1.2.3