diff --git a/server/src/main/java/org/elasticsearch/common/blobstore/BlobContainer.java b/server/src/main/java/org/elasticsearch/common/blobstore/BlobContainer.java index f2a6f3783a2e6..1e8294bdaa8fe 100644 --- a/server/src/main/java/org/elasticsearch/common/blobstore/BlobContainer.java +++ b/server/src/main/java/org/elasticsearch/common/blobstore/BlobContainer.java @@ -99,7 +99,7 @@ public interface BlobContainer { void writeBlobAtomic(String blobName, InputStream inputStream, long blobSize, boolean failIfAlreadyExists) throws IOException; /** - * Deletes a blob with giving name, if the blob exists. If the blob does not exist, + * Deletes the blob the given name, if the blob exists. If the blob does not exist, * this method throws a NoSuchFileException. * * @param blobName