File tree 2 files changed +2
-2
lines changed
distribution/tools/plugin-cli/src
main/java/org/elasticsearch/plugins
test/java/org/elasticsearch/plugins 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ private InputStream urlOpenStream(final URL url) throws IOException {
425
425
}
426
426
427
427
/**
428
- * Downlaods a ZIP from the URL. This method also validates the downloaded plugin ZIP via the following means:
428
+ * Downloads a ZIP from the URL. This method also validates the downloaded plugin ZIP via the following means:
429
429
* <ul>
430
430
* <li>
431
431
* For an official plugin we download the SHA-512 checksum and validate the integrity of the downloaded ZIP. We also download the
Original file line number Diff line number Diff line change @@ -1102,7 +1102,7 @@ public void testPublicKeyIdMismatchToExpectedPublicKeyId() throws Exception {
1102
1102
"https://artifacts.elastic.co/downloads/elasticsearch-plugins/analysis-icu/" + icu + "-" + Version .CURRENT + ".zip" ;
1103
1103
final MessageDigest digest = MessageDigest .getInstance ("SHA-512" );
1104
1104
/*
1105
- * To setup a situation where the expected public key ID does not match the public key ID used for singing , we generate a new public
1105
+ * To setup a situation where the expected public key ID does not match the public key ID used for signing , we generate a new public
1106
1106
* key at the moment of signing (see the signature invocation). Note that this key will not match the key that we push down to the
1107
1107
* install plugin command.
1108
1108
*/
You can’t perform that action at this time.
0 commit comments