Fix typos in various outputs (#2032)

* Fix typos in various outputs
* Update u2f_view.c

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
MangoTornado
2022-11-23 08:15:08 -05:00
committed by GitHub
parent 4f3ef83c77
commit 669822cdd2
5 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ AddOption(
nargs=1,
action="store",
default="fbt_options.py",
help="Enviroment option file",
help="Environment option file",
)
AddOption(
@@ -23,7 +23,7 @@ AddOption(
action="store",
dest="extra_int_apps",
default="",
help="List of applications to add to firmare's built-ins. Also see FIRMWARE_APP_SET and FIRMWARE_APPS",
help="List of applications to add to firmware's built-ins. Also see FIRMWARE_APP_SET and FIRMWARE_APPS",
)
AddOption(