Skip to content

Commit

Permalink
Grammar still
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Dec 8, 2023
1 parent 31fed5f commit 197b2cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ public void reload(Settings settings) throws Exception {

if (false == reloadExceptions.isEmpty()) {
final var combinedException = new ElasticsearchException(
"secure settings reload failed for one or more security component(s)"
"secure settings reload failed for one or more security components"
);
reloadExceptions.forEach(combinedException::addSuppressed);
throw combinedException;
Expand Down

0 comments on commit 197b2cf

Please sign in to comment.