]> git.mxchange.org Git - friendica.git/commitdiff
A single mistake
authorMichael <heluecht@pirati.ca>
Thu, 2 Nov 2017 11:17:10 +0000 (11:17 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 2 Nov 2017 11:17:10 +0000 (11:17 +0000)
include/dfrn.php

index 52730fa2b57ee3e5d094f5b5f30961f601c2f14f..40149eec2b7dc78bb27896a223bfe456ba37de41 100644 (file)
@@ -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;
                }