From 3d21742fbb744493285b4eb8a625db8417ad2165 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:44 -0400 Subject: [PATCH] spelling: everything Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Content/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Item.php b/src/Content/Item.php index 0a606e057a..2a4bc9e3e6 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -338,7 +338,7 @@ class Item } else { $post_type = $this->l10n->t('status'); } - // Let's break everthing ... ;-) + // Let's break everything ... ;-) break; } $plink = '[url=' . $obj['plink'] . ']' . $post_type . '[/url]';