未验证 提交 4ebb79c6 编写于 作者: O openharmony_ci 提交者: Gitee

!491 【OpenHarmony开源贡献者计划2022】fix typos

Merge pull request !491 from c01dface/master
......@@ -356,7 +356,7 @@ class MyProduct():
os_level = config.get("type", "standard")
else:
os_level = config.get("type", "mini")
# 2. product config based on default mininum system
# 2. product config based on default minimum system
based_on_mininum_system = config.get('based_on_mininum_system')
if based_on_mininum_system == "true":
self._parts = _get_base_parts(self._dirs.built_in_base_dir, os_level)
......
......@@ -54,7 +54,7 @@ def main():
src = args.src_dir
assert os.path.exists(src), \
'NDK build diretory not exist, please confirm NDK build result.'
'NDK build directory not exist, please confirm NDK build result.'
dest = args.dest_dir
if not os.path.exists(dest):
......
......@@ -1078,7 +1078,7 @@ HTML_STYLESHEET =
# defined cascading style sheet that is included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
# standard style sheet and is therefor more robust against future updates.
# standard style sheet and is therefore more robust against future updates.
# Doxygen will copy the style sheet file to the output directory. For an example
# see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
......@@ -1966,7 +1966,7 @@ PREDEFINED = __attribute__(x)= \
EXPAND_AS_DEFINED =
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all refrences to function-like macros that are alone on a line, have an
# remove all references to function-like macros that are alone on a line, have an
# all uppercase name, and do not end with a semicolon. Such function macros are
# typically used for boiler-plate code, and will confuse the parser if not
# removed.
......
......@@ -1078,7 +1078,7 @@ HTML_STYLESHEET =
# defined cascading style sheet that is included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
# standard style sheet and is therefor more robust against future updates.
# standard style sheet and is therefore more robust against future updates.
# Doxygen will copy the style sheet file to the output directory. For an example
# see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
......@@ -1968,7 +1968,7 @@ PREDEFINED = __attribute__(x)= \
EXPAND_AS_DEFINED =
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all refrences to function-like macros that are alone on a line, have an
# remove all references to function-like macros that are alone on a line, have an
# all uppercase name, and do not end with a semicolon. Such function macros are
# typically used for boiler-plate code, and will confuse the parser if not
# removed.
......
......@@ -43,7 +43,7 @@ ndk_linux_tools_out_dir = "${ndk_out_dir}/$linux_system/tools"
template("copy_files") {
assert(defined(invoker.src) && defined(invoker.dest_dir),
"sources and dest_dir are neccessary")
"sources and dest_dir are necessary")
if (defined(invoker.src_type)) {
src_type = invoker.src_type
} else {
......@@ -124,7 +124,7 @@ template("ndk_lib") {
#
template("ndk_toolchains") {
assert(defined(invoker.src_dir) && defined(invoker.dest_dir),
"sources and dest_dir are neccessary")
"sources and dest_dir are necessary")
if (ohos_build_ndk) {
group(target_name) {
......
......@@ -13,7 +13,7 @@
import("//build/lite/toolchain/clang.gni")
import("//build/lite/toolchain/gcc.gni")
# Set toolchain configed by board.
# Set toolchain configured by board.
if (board_toolchain != "" && use_board_toolchain) {
if (board_toolchain_type == "gcc") {
gcc_toolchain(board_toolchain) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册