mirror of
https://github.com/anope/anope.git
synced 2026-06-25 04:16:39 +02:00
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
This commit is contained in:
@@ -340,7 +340,7 @@ static dbFILE *open_db_read(const char *service, const char *filename, int versi
|
||||
}
|
||||
else if (myversion < version)
|
||||
{
|
||||
Log() << "Unsuported database version (" << myversion << ") on " << f->filename << ".";
|
||||
Log() << "Unsupported database version (" << myversion << ") on " << f->filename << ".";
|
||||
delete f;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user