fix typo potentialy to potentially

pull/414/head
odeits 9 years ago committed by GitHub
parent 15af514951
commit 82404f6f65

@ -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

Loading…
Cancel
Save