autodump: typo in errmsg

develop
jj 2013-09-23 21:28:27 +02:00
parent b885123d4e
commit a487ede2b9
1 changed files with 1 additions and 1 deletions

@ -125,7 +125,7 @@ static command_result autodump_main(color_ostream &out, vector <string> & parame
{ {
if (!Gui::getCursorCoords(cx,cy,cz)) if (!Gui::getCursorCoords(cx,cy,cz))
{ {
out.printerr("Cursor position not found. Please enabled the cursor.\n"); out.printerr("Cursor position not found. Please enable the cursor.\n");
return CR_FAILURE; return CR_FAILURE;
} }
pos_cursor = DFCoord(cx,cy,cz); pos_cursor = DFCoord(cx,cy,cz);