diff options
| author | Quietust | 2012-01-15 15:01:40 -0600 |
|---|---|---|
| committer | Quietust | 2012-01-15 15:01:40 -0600 |
| commit | e84904f5c56827c1d88db74c262c265b347c28a6 (patch) | |
| tree | cb6dae58296200430b1a0ca15ea1a77800ee7a5d /plugins/autodump.cpp | |
| parent | 0e0bca5dbb3474855051f60270b34ae1b78b4fdf (diff) | |
| download | dfhack-e84904f5c56827c1d88db74c262c265b347c28a6.tar.gz dfhack-e84904f5c56827c1d88db74c262c265b347c28a6.tar.bz2 dfhack-e84904f5c56827c1d88db74c262c265b347c28a6.tar.xz | |
Typo - "desctruction" -> "destruction"
Diffstat (limited to 'plugins/autodump.cpp')
| -rw-r--r-- | plugins/autodump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autodump.cpp b/plugins/autodump.cpp index f84b241c..1ad392ed 100644 --- a/plugins/autodump.cpp +++ b/plugins/autodump.cpp @@ -263,7 +263,7 @@ static command_result autodump_main(Core * c, vector <string> & parameters) // Is this necessary? Is "forbid" a dirtyable attribute like "dig" is? Maps->WriteDirtyBit(cx/16, cy/16, cz, true); } - c->con.print("Done. %d items %s.\n", dumped_total, destroy ? "marked for desctruction" : "quickdumped"); + c->con.print("Done. %d items %s.\n", dumped_total, destroy ? "marked for destruction" : "quickdumped"); return CR_OK; } |
