Commit d35e229c authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #414 from odeits/patch-4

fix typo potentialy to potentially
parents 0a70ef84 82404f6f
...@@ -61,7 +61,7 @@ public: ...@@ -61,7 +61,7 @@ public:
const std::function<void()>& worker_teardown_cb = nullptr); const std::function<void()>& worker_teardown_cb = nullptr);
//Wait for the queue to be empty, and flush synchronously //Wait for the queue to be empty, and flush synchronously
//Warning: this can potentialy last forever as we wait it to complete //Warning: this can potentially last forever as we wait it to complete
void flush() override; void flush() override;
// Error handler // Error handler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment