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

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

commit 29d418286fe7539b7cd46bc640ca1dbed99858f1
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 21 19:23:14 2024 +0100

    CAMEL-20410: documentation fixes for camel-stream
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 components/camel-stream/src/main/docs/stream-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-stream/src/main/docs/stream-component.adoc 
b/components/camel-stream/src/main/docs/stream-component.adoc
index 4305d87a59b..0e9743f4505 100644
--- a/components/camel-stream/src/main/docs/stream-component.adoc
+++ b/components/camel-stream/src/main/docs/stream-component.adoc
@@ -108,7 +108,7 @@ 
from("stream:file?fileName=/server/logs/server.log&scanStream=true&scanStreamDel
   .to("bean:logService?method=parseLogLine");
 ----
 
-If you want to re-load the file if it rollover/rewritten then you should also 
turn on the `fileWatcher` and `retry` options.
+If you want to re-load the file if it roll over/rewritten then you should also 
turn on the `fileWatcher` and `retry` options.
 
 [source,java]
 ----

Reply via email to