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

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new e1656616a [MINOR] Fix typo in CelebornConf
e1656616a is described below

commit e1656616ad1ccf3d981d30896da28b8ce3e61f21
Author: jiaoqingbo <[email protected]>
AuthorDate: Mon Aug 21 14:14:15 2023 +0800

    [MINOR] Fix typo in CelebornConf
    
    ### What changes were proposed in this pull request?
    
    As Title
    
    ### Why are the changes needed?
    
    As Title
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Pass GA
    
    Closes #1821 from jiaoqingbo/fixtypo-doc.
    
    Authored-by: jiaoqingbo <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala 
b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
index b5dfbfadf..764b11217 100644
--- a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
+++ b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
@@ -2314,7 +2314,7 @@ object CelebornConf extends Logging {
     buildConf("celeborn.worker.diskTime.slidingWindow.minFetchCount")
       .categories("worker")
       .doc("The minimum fetch count to enter a sliding window" +
-        " to calculate statistics about flushed time and count.")
+        " to calculate statistics about fetched time and count.")
       .version("0.2.1")
       .internal
       .intConf

Reply via email to