mirror of
https://github.com/anope/anope.git
synced 2026-06-28 21:56:37 +02:00
Fix a ton of typos.
This commit is contained in:
@@ -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