From f6bd4f5d79ffca7ff150d84f1ef1d4aa5ae0ba95 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:13 -0400 Subject: [PATCH] spelling: refers Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Model/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Item.php b/src/Model/Item.php index 3d3e4d001..6ddfdba59 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -1499,7 +1499,7 @@ class Item $users = []; - /// @todo add a field "pcid" in the contact table that referrs to the public contact id. + /// @todo add a field "pcid" in the contact table that refers to the public contact id. $owner = DBA::selectFirst('contact', ['url', 'nurl', 'alias'], ['id' => $parent['owner-id']]); if (!DBA::isResult($owner)) { return;