summaryrefslogtreecommitdiff
path: root/src/core/backup_type.hpp
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2018-04-30 12:54:00 +0200
committerMichael Lutz <michi@icosahedron.de>2018-04-30 13:38:58 +0200
commitfa87212a76f168e28d2439cb658fbfe388c19036 (patch)
tree6248385b09d5ce772d393262e2066e513655aff5 /src/core/backup_type.hpp
parenta6b18f0d928bd4509faa200eaa0a3b76a2b2e126 (diff)
downloadopenttd-fa87212a76f168e28d2439cb658fbfe388c19036.tar.xz
Fix: Some spelling errors in printed messages
Diffstat (limited to 'src/core/backup_type.hpp')
-rw-r--r--src/core/backup_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/backup_type.hpp b/src/core/backup_type.hpp
index 60799170f..7e3771b70 100644
--- a/src/core/backup_type.hpp
+++ b/src/core/backup_type.hpp
@@ -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();
}
}