From f55ea4bc83174aff2e12e9a090656c0cd00c6969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Wed, 17 May 2017 18:02:32 +0200 Subject: [PATCH] tpzo fixed again ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/diaspora.php b/include/diaspora.php index a1d48c2fb..6ba1806ad 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)) {