Skip to content

Commit 4996c3d

Browse files
author
Amanda Butler
authored
Fix typos in config-update.py
Fix minor typos in comments.
1 parent 4946825 commit 4996c3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

check_tools/config-update.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def main(file):
8585
print("================= %s =================" % lib)
8686
out = str(subprocess.check_output(["mbed", "compile", "--config", "-v", "--prefix", lib]))
8787

88-
# Some APIs break config optioins into logical blocks in their config files.
89-
# If a tag is applied to a parameter block, only display parameter names that contains that tag
88+
# Some APIs break config options into logical blocks in their config files.
89+
# If a tag is applied to a parameter block, only display parameter names that contain that tag
9090
# For example:
9191
# ```heap
9292
# mbed-mesh-api.heap-size
@@ -96,7 +96,7 @@ def main(file):
9696
# ......
9797
# ```
9898
#
99-
# On encountering a block with tag, collect the common parameter token
99+
# On encountering a block with a tag, collect the common parameter token,
100100
# and split the configuration list output into its components.
101101
# Collect tag (if present), split <TAG> from ```<TAG> at current index
102102
# Check with regex for string to cover for potential trailing whitespaces

0 commit comments

Comments
 (0)