1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-16 12:55:09 +03:00

Fix spelling mistakes (!1794)

codespell --skip="./.git,./aports*"
This commit is contained in:
Luca Weiss 2019-06-25 09:18:00 +02:00
parent c0a8675079
commit 650ed4925e
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
10 changed files with 14 additions and 14 deletions

View file

@ -274,7 +274,7 @@ def kconfig(args):
if skipped:
logging.info("NOTE: " + str(skipped) + " kernel(s) was skipped"
" (consider 'pmbootstrap kconfig check -f')")
logging.info("kconfig check succeded!")
logging.info("kconfig check succeeded!")
elif args.action_kconfig == "edit":
pmb.build.menuconfig(args, args.package)