From d0cfca082020d350388fb0b39708830bc7bea748 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 24 Aug 2018 13:27:10 +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 bca59420..08836566 100644 --- a/include/spdlog/details/file_helper.h +++ b/include/spdlog/details/file_helper.h @@ -5,7 +5,7 @@ #pragma once -// Helper class for file sink. +// Helper class for file sinks. // When failing to open a file, retry several times(5) with delay interval (10 ms). // Throw spdlog_ex exception on errors.