From 6949ab25f7a3e4567e74e240664492b2fc02dace Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 2 Nov 2017 11:17:10 +0000 Subject: [PATCH] A single mistake --- include/dfrn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dfrn.php b/include/dfrn.php index 52730fa2b5..40149eec2b 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -2007,7 +2007,7 @@ class dfrn { return false; } - // Is the post only directed to a sigle forum + // Is the post only directed to a single forum? if ($existing['allow_cid'] != '<'.$item['contact-id'].'>') { return false; }