Bug Fix - typo
- Typo in message after prepend has finished.
This commit is contained in:
@@ -1148,7 +1148,7 @@ int handlePrepend (std::string &outs)
|
||||
context.tdb.unlock ();
|
||||
|
||||
if (context.config.get ("echo.command", true))
|
||||
out << "Appended " << count << " task" << (count == 1 ? "" : "s") << std::endl;
|
||||
out << "Prepended " << count << " task" << (count == 1 ? "" : "s") << std::endl;
|
||||
|
||||
outs = out.str ();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user