From 82404f6f6596c535832a24bde5acfefbfde29d06 Mon Sep 17 00:00:00 2001 From: odeits Date: Thu, 6 Apr 2017 20:13:53 -0400 Subject: [PATCH] fix typo potentialy to potentially --- include/spdlog/async_logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/async_logger.h b/include/spdlog/async_logger.h index 76d70a3d..cda6be4f 100644 --- a/include/spdlog/async_logger.h +++ b/include/spdlog/async_logger.h @@ -61,7 +61,7 @@ public: const std::function& worker_teardown_cb = nullptr); //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; // Error handler