Typo - "desctruction" -> "destruction"

develop
Quietust 2012-01-15 15:01:40 -06:00
parent 0e0bca5dbb
commit e84904f5c5
1 changed files with 1 additions and 1 deletions

@ -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;
}