Skip to content

Commit

Permalink
Merge pull request ClickHouse#59140 from edigaryev/patch-1
Browse files Browse the repository at this point in the history
DisksApp.cpp: fix typo (specifiged → specified)
  • Loading branch information
alexey-milovidov authored Jan 23, 2024
2 parents f0be1ac + c8adf35 commit f2bad69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/disks/DisksApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit f2bad69

Please sign in to comment.