This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 06f0045 Fixed typos in ftp-component documentation
06f0045 is described below
commit 06f00459231e4e4a7b6528ac2f69cda43af1bc61
Author: Alexandre Gallice <[email protected]>
AuthorDate: Thu May 9 09:54:24 2019 +0200
Fixed typos in ftp-component documentation
---
components/camel-ftp/src/main/docs/ftp-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc
b/components/camel-ftp/src/main/docs/ftp-component.adoc
index c7defcf..bc37ae6 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -412,7 +412,7 @@ a timeout in millis to establish a network connection. An
individual
`soTimeout` can also be set on the FTP/FTPS, which corresponds to using
`ftpClient.soTimeout`. Notice SFTP will automatically use
`connectTimeout` as its `soTimeout`. The `timeout` option only applies
-for FTP/FTSP as the data timeout, which corresponds to the
+for FTP/FTPS as the data timeout, which corresponds to the
`ftpClient.dataTimeout` value. All timeout values are in millis.
=== Using Local Work Directory
@@ -762,7 +762,7 @@
from("ftp://admin@localhost:21/nolist/?password=admin&stepwise=false&useList=fal
.to("activemq:queue:report");
----
-Notice that we have use all the options we talked above above.
+Notice that we have used all the options we talked above.
You can also use this with `ConsumerTemplate`. For example to download a
single file (if it exists) and grab the file content as a String type: