mirror of
https://github.com/anope/anope.git
synced 2026-07-05 12:43:13 +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;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ class DatabaseRedis : public Module, public Pipe
|
||||
{
|
||||
Serialize::Type *t = obj->GetSerializableType();
|
||||
|
||||
/* If there is no id yet for ths object, get one */
|
||||
/* If there is no id yet for this object, get one */
|
||||
if (!obj->id)
|
||||
redis->SendCommand(new IDInterface(this, obj), "INCR id:" + t->GetName());
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user