diff --git a/plugins/autodump.cpp b/plugins/autodump.cpp index 5b4804647..c45b132ae 100644 --- a/plugins/autodump.cpp +++ b/plugins/autodump.cpp @@ -125,7 +125,7 @@ static command_result autodump_main(color_ostream &out, vector & parame { 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; } pos_cursor = DFCoord(cx,cy,cz);