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

@ -459,8 +459,8 @@ def arguments():
install.add_argument("--cipher", help="cryptsetup cipher used to"
" encrypt the rootfs, eg. aes-xts-plain64")
install.add_argument("--iter-time", help="cryptsetup iteration time (in"
" miliseconds) to use when encrypting the system"
" partiton")
" milliseconds) to use when encrypting the system"
" partition")
install.add_argument("--add", help="comma separated list of packages to be"
" added to the rootfs (e.g. 'vim,gcc')")
install.add_argument("--no-fde", help="do not use full disk encryption",