mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
treewide: fix typos
Found via `codespell -q 3 -S "*.patch,*.po" -L acount,afile,distroname,parm,serie,synopsys`
This commit is contained in:
@@ -289,7 +289,7 @@ if [ "${#need_map[@]}" -gt 0 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# check if installed packages satisifed deps
|
||||
# check if installed packages satisfied deps
|
||||
get_deps
|
||||
|
||||
if [ "${#need_map[@]}" -gt 0 ]; then
|
||||
|
||||
@@ -15,7 +15,7 @@ DESCRIPTION
|
||||
create_addon builds one or more addons.
|
||||
|
||||
--show-only
|
||||
output the list of packages, which are intented to build
|
||||
output the list of packages, which are intended to build
|
||||
|
||||
--help shows this message
|
||||
|
||||
@@ -79,7 +79,7 @@ get_addons() {
|
||||
|
||||
validpkg="no"
|
||||
VERIFY_FAIL=
|
||||
# Should only build embedded addons when they are explictly specified in the addon list
|
||||
# Should only build embedded addons when they are explicitly specified in the addon list
|
||||
if [ "${PKG_IS_ADDON}" = "embedded" ]; then
|
||||
if [ -n "${filter}" ]; then
|
||||
verify_addon && validpkg="yes"
|
||||
|
||||
@@ -93,7 +93,7 @@ case "${ARCH}" in
|
||||
projects="Generic"
|
||||
;;
|
||||
*)
|
||||
echo "Unkown project"
|
||||
echo "Unknown project"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -346,7 +346,7 @@ parser.add_argument("-b", "--build", nargs="+", metavar="PACKAGE", required=True
|
||||
help="Space-separated list of build trigger packages, either for host or target. Required property - specify at least one package.")
|
||||
|
||||
parser.add_argument("--warn-invalid", action="store_true", default=False, \
|
||||
help="Warn about invalid/missing dependency packages, perhaps excluded by a PKG_ARCH incompatability. Default is to abort.")
|
||||
help="Warn about invalid/missing dependency packages, perhaps excluded by a PKG_ARCH incompatibility. Default is to abort.")
|
||||
|
||||
parser.add_argument("--ignore-invalid", action="store_true", default=False, \
|
||||
help="Ignore invalid packages.")
|
||||
|
||||
@@ -173,7 +173,7 @@ class Generator:
|
||||
self.check_no_deps = False
|
||||
|
||||
# Process remaining jobs, trying to schedule
|
||||
# only those jobs with all their dependencies satisifed
|
||||
# only those jobs with all their dependencies satisfied
|
||||
for i, job in enumerate(self.work):
|
||||
if self.canBuildJob(job):
|
||||
self.building[job["name"]] = True
|
||||
|
||||
@@ -7,7 +7,7 @@ import argparse
|
||||
|
||||
# When adding new devices to the list please keep them in alphabetical order
|
||||
# board-name should contain 'dashes' (-) not 'underscores' (_) and shouldn't contain capitals
|
||||
# you can check the formating using an online tool such as https://codebeautify.org/python-formatter-beautifier
|
||||
# you can check the formatting using an online tool such as https://codebeautify.org/python-formatter-beautifier
|
||||
|
||||
# 'project' : {
|
||||
# 'device' : {
|
||||
|
||||
Reference in New Issue
Block a user