DisksApp.cpp: fix typo (specifiged → specified)

This commit is contained in:
Nikolay Edigaryev 2024-01-24 02:34:17 +04:00 committed by GitHub
parent d5ab31f8f0
commit c8adf35298
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"))