Skip to content
Snippets Groups Projects
Commit 7750e46d authored by Alaric Senat's avatar Alaric Senat Committed by Alaric Senat
Browse files

LinkService: Fix typos

parent 8caccdfd
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ Status LinkService::linkToPlaylist( IItem& item ) ...@@ -127,7 +127,7 @@ Status LinkService::linkToPlaylist( IItem& item )
// trigger and we won't retry it anyway. // trigger and we won't retry it anyway.
return Status::Fatal; return Status::Fatal;
} }
// Explicitely mark the task as completed, as there is nothing more to run. // Explicitly mark the task as completed, as there is nothing more to run.
// This shouldn't be needed, but requires a better handling of multiple pipeline. // This shouldn't be needed, but requires a better handling of multiple pipeline.
return Status::Completed; return Status::Completed;
} }
...@@ -173,7 +173,7 @@ Status LinkService::linkToMedia( IItem &item ) ...@@ -173,7 +173,7 @@ Status LinkService::linkToMedia( IItem &item )
{ {
/* /*
* Assume that the task was already executed, and the file already linked * Assume that the task was already executed, and the file already linked
* but the task bookeeping failed afterward. * but the task bookkeeping failed afterward.
* Just ignore the error & mark the task as completed. * Just ignore the error & mark the task as completed.
*/ */
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment