Fix: Some spelling errors in printed messages

This commit is contained in:
Matthijs Kooijman
2018-04-30 12:54:00 +02:00
committed by Michael Lutz
parent a6b18f0d92
commit fa87212a76
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ struct Backup {
{
/* We cannot assert here, as missing restoration is 'normal' when exceptions are thrown.
* Exceptions are especially used to abort world generation. */
DEBUG(misc, 0, "%s:%d: Backupped value was not restored!", this->file, this->line);
DEBUG(misc, 0, "%s:%d: Backed-up value was not restored!", this->file, this->line);
this->Restore();
}
}