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

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


The following commit(s) were added to refs/heads/master by this push:
     new 820eaaf81 flux: fix 'recieveed' -> 'received' in LogInfoBolt Javadoc
820eaaf81 is described below

commit 820eaaf81a35e5e0957658c8e0dff297225a88b3
Author: Sai Asish Y <[email protected]>
AuthorDate: Fri Apr 17 01:22:42 2026 -0700

    flux: fix 'recieveed' -> 'received' in LogInfoBolt Javadoc
    
    Single-word spelling correction on the class Javadoc of
    flux-wrappers LogInfoBolt.
    
    No functional changes.
    
    Signed-off-by: Sai Asish Y <[email protected]>
---
 .../src/main/java/org/apache/storm/flux/wrappers/bolts/LogInfoBolt.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flux/flux-wrappers/src/main/java/org/apache/storm/flux/wrappers/bolts/LogInfoBolt.java
 
b/flux/flux-wrappers/src/main/java/org/apache/storm/flux/wrappers/bolts/LogInfoBolt.java
index 3e9979117..792ae41e8 100644
--- 
a/flux/flux-wrappers/src/main/java/org/apache/storm/flux/wrappers/bolts/LogInfoBolt.java
+++ 
b/flux/flux-wrappers/src/main/java/org/apache/storm/flux/wrappers/bolts/LogInfoBolt.java
@@ -26,7 +26,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * Simple bolt that does nothing other than LOG.info() every tuple recieveed.
+ * Simple bolt that does nothing other than LOG.info() every tuple received.
  *
  */
 public class LogInfoBolt extends BaseBasicBolt {

Reply via email to