mirror of
https://github.com/anope/anope.git
synced 2026-06-27 17:46:39 +02:00
Fix a ton of typos.
This commit is contained in:
@@ -687,7 +687,7 @@ static void LoadVHosts()
|
||||
NickAlias *na = NickAlias::Find(nick);
|
||||
if (na == NULL)
|
||||
{
|
||||
Log() << "Removing vhost for nonexistant nick " << nick;
|
||||
Log() << "Removing vhost for non-existent nick " << nick;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user