From 02f061ac4209f590706f2ec3f2d2fe8020853ca5 Mon Sep 17 00:00:00 2001 From: eviews628 <1002329073@qq.com> Date: Tue, 21 Jun 2022 09:10:07 +0800 Subject: [PATCH] fix spelling boostrap -> bootstrap Signed-off-by: eviews628 <1002329073@qq.com> --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6440034..9276e16 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Introduction -The bootstrap\_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by boostrap and start system services. +The bootstrap\_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by bootstrap and start system services. ## Directory Structure diff --git a/README_zh.md b/README_zh.md index 9163a96..0cec029 100644 --- a/README_zh.md +++ b/README_zh.md @@ -8,7 +8,7 @@ ## 简介 -bootstrap启动引导组件,提供了各服务和功能的启动入口标识。在SAMGR启动时,会调用boostrap标识的入口函数,并启动系统服务。 +bootstrap启动引导组件,提供了各服务和功能的启动入口标识。在SAMGR启动时,会调用bootstrap标识的入口函数,并启动系统服务。 ## 目录 -- Gitee