From 432d2627708e42b7af18f80f723058064637b876 Mon Sep 17 00:00:00 2001
From: eviews628 <1002329073@qq.com>
Date: Thu, 16 Jun 2022 21:15:05 +0800
Subject: [PATCH] fix spelling boostrap -> bootstrap
Signed-off-by: eviews628 <1002329073@qq.com>
---
README.md | 2 +-
README_zh.md | 2 +-
bundle.json | 2 +-
3 files changed, 3 insertions(+), 3 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标识的入口函数,并启动系统服务。
## 目录
diff --git a/bundle.json b/bundle.json
index b00daab..b255feb 100644
--- a/bundle.json
+++ b/bundle.json
@@ -1,6 +1,6 @@
{
"name": "@ohos/startup_bootstrap_lite",
- "description": " boostrap and start system services",
+ "description": " bootstrap and start system services",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
--
Gitee