This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1daac5650e0 typo fix (#2919)
1daac5650e0 is described below
commit 1daac5650e0e6b7fdab9cb9b77c23557a2ca438f
Author: jiangyuan <[email protected]>
AuthorDate: Tue Feb 6 09:54:18 2024 +0800
typo fix (#2919)
---
...\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md" | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
"a/content/zh-cn/blog/java/codeanalysis/3.0.8/12-\345\205\250\345\261\200\350\247\206\351\207\216\346\235\245\347\234\213Dubbo3\347\232\204\346\234\215\345\212\241\345\220\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md"
"b/content/zh-cn/blog/java/codeanalysis/3.0.8/12-\345\205\250\345\261\200\350\247\206\351\207\216\346\235\245\347\234\213Dubbo3\347\232\204\346\234\215\345\212\241\345\220\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md"
index 1dd2a6ed5ec..a2ee29d18e5 100644
---
"a/content/zh-cn/blog/java/codeanalysis/3.0.8/12-\345\205\250\345\261\200\350\247\206\351\207\216\346\235\245\347\234\213Dubbo3\347\232\204\346\234\215\345\212\241\345\220\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md"
+++
"b/content/zh-cn/blog/java/codeanalysis/3.0.8/12-\345\205\250\345\261\200\350\247\206\351\207\216\346\235\245\347\234\213Dubbo3\347\232\204\346\234\215\345\212\241\345\220\257\345\212\250\347\224\237\345\221\275\345\221\250\346\234\237.md"
@@ -98,7 +98,7 @@ public DubboBootstrap start(boolean wait) {
if (isStarting()) {
// currently, is starting, maybe both start by module and
application
// if it has new modules, start them
- //存在挂器的模块
+ //存在挂起的模块
if (hasPendingModule) {
//启动模块
startModules();