Merge pull request #59140 from edigaryev/patch-1

DisksApp.cpp: fix typo (specifiged → specified)
This commit is contained in:
Alexey Milovidov 2024-01-24 00:27:46 +01:00 committed by GitHub
commit f2bad692e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,7 +160,7 @@ int DisksApp::main(const std::vector<String> & /*args*/)
}
else
{
throw Exception(ErrorCodes::BAD_ARGUMENTS, "No config-file specifiged");
throw Exception(ErrorCodes::BAD_ARGUMENTS, "No config-file specified");
}
if (config().has("save-logs"))