treewide: fix typos found with codespell

Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230706211537.10438-2-ollieparanoid@postmarketos.org%3E
This commit is contained in:
Oliver Smith 2023-07-06 23:14:44 +02:00
parent 047df10d57
commit 67fe5a62fd
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
7 changed files with 7 additions and 7 deletions

View File

@ -315,7 +315,7 @@ set_reactivate() {
check_and_deactivate() {
if [ "$POSTMARKETOS_ENVKERNEL_ENABLED" = 1 ]; then
# we already are runnning in envkernel
# we already are running in envkernel
deactivate
fi
}

View File

@ -839,7 +839,7 @@ deviceinfo_attributes = [
"keymaps",
]
# Valid types for the 'chassis' atribute in deviceinfo
# Valid types for the 'chassis' attribute in deviceinfo
# See https://www.freedesktop.org/software/systemd/man/machine-info.html
deviceinfo_chassis_types = [
"desktop",

View File

@ -103,7 +103,7 @@ def format_and_mount_root(args, device, root_label, sdcard):
mkfs_root_args = ["mkfs.ext4", "-O", "^metadata_csum", "-F",
"-q", "-L", root_label]
# When we don't know the file system size before hand like
# with non-block devices, we need to explicitely set a number of
# with non-block devices, we need to explicitly set a number of
# inodes. See #1717 and #1845 for details
if not sdcard:
mkfs_root_args = mkfs_root_args + ["-N", "100000"]

View File

@ -339,7 +339,7 @@ def provider_highest_priority(providers, pkgname):
if priority_providers:
logging.debug(
f"{pkgname}: picked provider(s) with higest priority "
f"{pkgname}: picked provider(s) with highest priority "
f"{max_priority}: {', '.join(priority_providers.keys())}")
return priority_providers

View File

@ -138,7 +138,7 @@ def command_qemu(args, arch, img_path, img_path_2nd=None):
command = []
if pmb.config.arch_native in ["aarch64", "armv7"]:
# Workaround for QEMU failing on aarch64 asymetric multiprocessor
# Workaround for QEMU failing on aarch64 asymmetric multiprocessor
# arch (big/little architecture
# https://en.wikipedia.org/wiki/ARM_big.LITTLE) see
# https://bugs.linaro.org/show_bug.cgi?id=1443

View File

@ -60,7 +60,7 @@ def test_crossdirect_rust(args):
"mv", "/usr/bin/rustc", "/usr/bin/rustc_"])
pmbootstrap_run(args, ["build", "hello-world-rust", "--arch=armv7",
"--force"])
# Make /native/usr/bin/rustc unusuable too, to make the build fail
# Make /native/usr/bin/rustc unusable too, to make the build fail
pmbootstrap_run(args, ["chroot", "--", "rm", "/usr/bin/rustc"])
assert pmbootstrap_run(args, ["build", "hello-world-rust",
"--arch=armv7", "--force"],

View File

@ -28,7 +28,7 @@ V:7.57.0-r0
A:x86_64
S:118233
I:217088
T:An URL retrival utility and library
T:An URL retrieval utility and library
U:http://curl.haxx.se
L:MIT
o:curl