diff options
| author | Peter Powell <petpow@saberuk.com> | 2015-07-08 10:55:44 +0100 |
|---|---|---|
| committer | Peter Powell <petpow@saberuk.com> | 2015-07-08 11:06:02 +0100 |
| commit | 1666b1a8d8d629fd4ea89b083863dc217154eee9 (patch) | |
| tree | b1e38d447c34fee25229945c2dd160b56683d026 /modules/database | |
| parent | 4362f53cc38177039d6f6b86565e73800e7b5390 (diff) | |
Fix a ton of typos.
Diffstat (limited to 'modules/database')
| -rw-r--r-- | modules/database/db_old.cpp | 2 | ||||
| -rw-r--r-- | modules/database/db_redis.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index 27b2e4fe9..2d33931a5 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -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; } diff --git a/modules/database/db_redis.cpp b/modules/database/db_redis.cpp index 3cd023ed6..66677e6a8 100644 --- a/modules/database/db_redis.cpp +++ b/modules/database/db_redis.cpp @@ -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 |
