Update configReadClient.cpp

This commit is contained in:
Maksim Kita 2021-06-30 12:42:44 +03:00 committed by GitHub
parent 8aae56f24a
commit 53dc831a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ namespace fs = std::filesystem;
namespace DB
{
/// Checks if file exists without thowing an execption but with message in console.
/// Checks if file exists without throwing an exception but with message in console.
bool safeFsExists(const auto & path)
{
std::error_code ec;