Typo Fix in dig.cpp (#2053)

vdig -> digv
develop
DwarvenM 2022-03-27 19:54:01 -04:00 committed by GitHub
parent bbea31db34
commit acbfe500ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -1274,7 +1274,7 @@ command_result digl (color_ostream &out, vector <string> & parameters)
int16_t basemat = MCache->layerMaterialAt(xy);
if( veinmat != -1 )
{
con.printerr("This is a vein. Use vdig instead!\n");
con.printerr("This is a vein. Use digv instead!\n");
delete MCache;
return CR_FAILURE;
}