spelling: addresses

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:16:42 -04:00
parent 01e1e9b676
commit f83fb1deb7
4 changed files with 4 additions and 4 deletions

View 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)) {