]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Relay.php
spelling: addresses
[friendica.git] / src / Protocol / Relay.php
index 028a7885bb98201a64f9754288c082aa9c3e0279..dda7ddbdcd1db352402eeb5d86d8b86bb45ff24a 100644 (file)
@@ -302,7 +302,7 @@ class Relay
                        DBA::close($tagserver);
                }
 
-               // All adresses with the given id
+               // All addresses with the given id
                if (!empty($tagserverlist)) {
                        $servers = DBA::select('gserver', ['id', 'url', 'network'], ['relay-subscribe' => true, 'relay-scope' => 'tags', 'id' => $tagserverlist]);
                        while ($server = DBA::fetch($servers)) {