This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 152055632d [ISSUE #8222] Fix spelling errors in comments (#8224)
152055632d is described below
commit 152055632d28f813ca166fd42cc8c3c0183a370c
Author: yx9o <[email protected]>
AuthorDate: Thu May 30 10:10:03 2024 +0800
[ISSUE #8222] Fix spelling errors in comments (#8224)
---
.../main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
b/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
index 0ba02e4cb9..9afc02a0c9 100644
---
a/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
+++
b/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
@@ -50,7 +50,7 @@ public class MessageStoreConfig {
// CommitLog file size,default is 1G
private int mappedFileSizeCommitLog = 1024 * 1024 * 1024;
- // CompactinLog file size, default is 100M
+ // CompactionLog file size, default is 100M
private int compactionMappedFileSize = 100 * 1024 * 1024;
// CompactionLog consumeQueue file size, default is 10M