You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/04 11:05:43 UTC

[camel] 01/02: Camel-AWS2-S3: Fixed javadoc a bit

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3c828592ada920481797e076837139306aa4606c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 4 11:56:13 2020 +0100

    Camel-AWS2-S3: Fixed javadoc a bit
---
 .../camel/component/aws2/s3/client/AWS2CamelS3InternalClient.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/AWS2CamelS3InternalClient.java b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/AWS2CamelS3InternalClient.java
index feab731..b6e93bf 100644
--- a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/AWS2CamelS3InternalClient.java
+++ b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/AWS2CamelS3InternalClient.java
@@ -19,7 +19,7 @@ package org.apache.camel.component.aws2.s3.client;
 import software.amazon.awssdk.services.s3.S3Client;
 
 /**
- * Mange the required actions of an s3 client for either local or remote.
+ * Manage the required actions of an s3 client for either local or remote.
  */
 public interface AWS2CamelS3InternalClient {