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

ParserWorker: Fix typos

parent ffe48d2b
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ bool Worker::handleServiceResult( Task& task, Status status ) ...@@ -290,7 +290,7 @@ bool Worker::handleServiceResult( Task& task, Status status )
// fail the analysis, and so on. // fail the analysis, and so on.
// We can't not increment the retry count for metadata extraction, since // We can't not increment the retry count for metadata extraction, since
// in case a file makes (lib)VLC crash, we would always try again, and // in case a file makes (lib)VLC crash, we would always try again, and
// therefor we would keep on crashing. // therefore we would keep on crashing.
// However we don't want to just increment the retry count, since it // However we don't want to just increment the retry count, since it
// would reach the maximum value too quickly (extraction would set retry // would reach the maximum value too quickly (extraction would set retry
// count to 1, analysis to 2, and in case of failure, next run would set // count to 1, analysis to 2, and in case of failure, next run would set
......
...@@ -53,7 +53,7 @@ public: ...@@ -53,7 +53,7 @@ public:
/// \brief signalStop Will trigger the threads for termination. /// \brief signalStop Will trigger the threads for termination.
/// This doesn't wait for the threads to be done, but ensure they won't /// This doesn't wait for the threads to be done, but ensure they won't
/// queue another operation. /// queue another operation.
/// This is usefull to ask all the threads to terminate asynchronously, before /// This is useful to ask all the threads to terminate asynchronously, before
/// waiting for them to actually stop in the stop() method. /// waiting for them to actually stop in the stop() method.
/// ///
void signalStop(); void signalStop();
......
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