From: Roland Häder Date: Wed, 17 May 2017 16:02:32 +0000 (+0200) Subject: tpzo fixed again ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f55ea4bc83174aff2e12e9a090656c0cd00c6969;p=friendica.git tpzo fixed again ... Signed-off-by: Roland Häder --- diff --git a/include/diaspora.php b/include/diaspora.php index a1d48c2fbe..6ba1806ade 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -887,7 +887,7 @@ class Diaspora { $cid = get_contact($handle, $uid); if ($cid > 0) { - /// @TODO Contact-retrival should be encapsulated into an "entity" class like `Contact` + /// @TODO Contact retrieval should be encapsulated into an "entity" class like `Contact` $r = q("SELECT * FROM `contact` WHERE `id` = %d LIMIT 1", intval($cid)); if (dbm::is_result($r)) {