Merge pull request #10051 from luzpaz/typos-various

treewide: fix typos
This commit is contained in:
Rudi Heitbaum 2025-05-12 08:27:30 +10:00 committed by GitHub
commit 613279d302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ and try to answer the following questions:
- What did you expect to happen?
- What happened instead?
**It is also importent to provide logs for debugging.
**It is also important to provide logs for debugging.
A zip file can be found in the [logfiles] samba share, this will contain all the logs needed.**
Make sure to specify which version of LibreELEC you are using.

View File

@ -271,7 +271,7 @@ Issue | Level | Meaning |
* new kernel driver
* ...
2. Find a place in the packages tree
* look into the package tree structure, which is generally self explanitory.
* look into the package tree structure, which is generally self explanatory.
* do not place it in an existing package (directory that includes a `package.mk`)
* when you found a place, create a directory with the name of your package (use same value for `PKG_NAME`!!)
3. Create an initial `package.mk`

View File

@ -730,7 +730,7 @@ class Builder:
# Remove any source code directories that are no longer required.
# Output from the subprocess is either appended to the burst logfile
# or is captured for later output to stdout (after the correspnding logfile).
# or is captured for later output to stdout (after the corresponding logfile).
def autoRemovePackages(self, job):
if self.autoremove:
if self.debug:

View File

@ -61,7 +61,7 @@ check_for_update() {
esac
# check the version of some packages even if they do not have a PKG_URL
# the PKG_WITHOUT_URLS is space seperated
# the PKG_WITHOUT_URLS is space separated
PKGS_WITHOUT_URLS="jellyfin"
if [[ ! " ${PKG_NAME} " == *" ${PKGS_WITHOUT_URLS} "* ]]; then
# check if version and url are empty or self hosted by us and ignore those packages