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

Fix spelling "infront" -> "in front"

Make codespell CI check pass again. This is trivial, so directly pushing
to master.
This commit is contained in:
Oliver Smith 2024-12-10 17:20:24 +01:00
parent f9bca7cf09
commit 47984a8722
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ $ pmbootstrap config mirrors.systemd none
For all repositories, it is possible to add `_custom` entries, for example
`pmaports_custom` in addition to `pmaports`. If these are set, then pmbootstrap
creates addition entries infront of the real mirrors in
creates addition entries in front of the real mirrors in
`/etc/apk/repositories`. This is used by [BPO](https://build.postmarketos.org)
to build packages with a WIP repository enabled in addition to the final
repository, but could also be used if you have another custom repository that

View file

@ -92,7 +92,7 @@ def urls(
if repo in mirrors_exclude:
continue
# Allow adding a custom mirror infront of the real mirror. This is used
# Allow adding a custom mirror in front of the real mirror. This is used
# in bpo to build with a WIP repository in addition to the final
# repository.
for suffix in ["_custom", ""]: