From 1f8b2cbb8bf5882885797400967a66ba50736fc4 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 24 Aug 2018 13:27:49 +0300 Subject: [PATCH] Update file_helper.h --- include/spdlog/details/file_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/file_helper.h b/include/spdlog/details/file_helper.h index 08836566..f7282000 100644 --- a/include/spdlog/details/file_helper.h +++ b/include/spdlog/details/file_helper.h @@ -6,7 +6,7 @@ #pragma once // Helper class for file sinks. -// When failing to open a file, retry several times(5) with delay interval (10 ms). +// When failing to open a file, retry several times(5) with a delay interval(10 ms). // Throw spdlog_ex exception on errors. #include "spdlog/details/log_msg.h"