1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix typos

This commit is contained in:
PilzAdam 2013-08-14 00:50:03 +02:00
parent fc571ad46d
commit fc72d7fbb6
2 changed files with 2 additions and 3 deletions

View file

@ -88,7 +88,7 @@ void BanManager::save()
if(!fs::safeWriteToFile(m_banfilepath, ss.str())) {
infostream<<"BanManager: failed saving to "<<m_banfilepath<<std::endl;
throw SerializationError("BanManager::load(): Couldn't write file");
throw SerializationError("BanManager::save(): Couldn't write file");
}
m_modified = false;