diff --git a/.gitignore b/.gitignore
index 6d0a04d89d..ac6ada8235 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# build directorys
+# build directories
/build.*/
/builds
/.fakeroot.*
diff --git a/config/path b/config/path
index 28a5bbf88c..0151372e24 100644
--- a/config/path
+++ b/config/path
@@ -3,7 +3,7 @@
set -e
-# setup initial directorys (relative to root)
+# setup initial directories (relative to root)
CONFIG=config
SCRIPTS=scripts
PACKAGES=packages
diff --git a/config/show_config b/config/show_config
index 86008b25a5..39855cbdf6 100644
--- a/config/show_config
+++ b/config/show_config
@@ -64,7 +64,7 @@ show_config() {
config_message+="\n - Include firmware:\t\t\t ${config_firmware}"
done
- # Image Filsystem
+ # Image Filesystem
config_message+="\n\n Image Filesystems:"
config_message+="\n ${dashes}${dashes}"
diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options
index fdaa3e7f1e..b5a40dbe34 100644
--- a/distributions/LibreELEC/options
+++ b/distributions/LibreELEC/options
@@ -221,7 +221,7 @@
# mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes"
-# Support for partitioning and formating disks in initramfs (yes / no)
+# Support for partitioning and formatting disks in initramfs (yes / no)
# This adds support for parted and mkfs.ext3/4 to initramfs for OEM usage
INITRAMFS_PARTED_SUPPORT="no"
diff --git a/packages/addons/browser/chrome/source/bin/chrome-downloader b/packages/addons/browser/chrome/source/bin/chrome-downloader
index 48d26089ac..af13985a4a 100755
--- a/packages/addons/browser/chrome/source/bin/chrome-downloader
+++ b/packages/addons/browser/chrome/source/bin/chrome-downloader
@@ -52,7 +52,7 @@ rm -f ${CONTROL_FILE} ${DATA_FILE}
rm -f ${CONTROL_FILE} ${DATA_FILE}
## extract chrome
-# extrat chrome.deb data to temp
+# extract chrome.deb data to temp
kodi-send --action="Notification(Extracting Chrome,starting,1000,${ICON})" >/dev/null
deb_extract_data ${CHROME_FILE} $ADDON_DIR/tmp_download
diff --git a/packages/addons/browser/chrome/source/bin/chrome-start b/packages/addons/browser/chrome/source/bin/chrome-start
index 350d8d9893..1a21733cba 100755
--- a/packages/addons/browser/chrome/source/bin/chrome-start
+++ b/packages/addons/browser/chrome/source/bin/chrome-start
@@ -16,7 +16,7 @@ if [ -e $ADDON_HOME/env ]; then
. $ADDON_HOME/env
fi
-# fix file permissons (zip packaging)
+# fix file permissions (zip packaging)
chmod +x $ADDON_DIR/chrome-bin/chrome
chmod 4755 $ADDON_DIR/chrome-bin/chrome-sandbox
diff --git a/packages/addons/driver/hdhomerun/source/bin/userspace-driver.sh b/packages/addons/driver/hdhomerun/source/bin/userspace-driver.sh
index c405a8818d..501ceb2588 100644
--- a/packages/addons/driver/hdhomerun/source/bin/userspace-driver.sh
+++ b/packages/addons/driver/hdhomerun/source/bin/userspace-driver.sh
@@ -77,7 +77,7 @@ if [ -z "$(pidof userhdhomerun)" ]; then
[ "$DVBMODE" = "auto" ] && DVBMODE=""
- # remove setttings for this tuner
+ # remove settings for this tuner
awk -v val="[$SERIAL]" '$0 == val {flag=1; next} /^tuner_type=|^use_full_name=|^disable=|^#|^$/{if (flag==1) next} /.*/{flag=0; print}' $DVBHDHOMERUN_CONF_TMP >${DVBHDHOMERUN_CONF_TMP}-types
mv ${DVBHDHOMERUN_CONF_TMP}-types $DVBHDHOMERUN_CONF_TMP
echo "" >>$DVBHDHOMERUN_CONF_TMP
diff --git a/packages/addons/driver/sundtek-mediatv/source/bin/sundtek-mediatv.start b/packages/addons/driver/sundtek-mediatv/source/bin/sundtek-mediatv.start
index 8b349450a8..23e6c7ac39 100644
--- a/packages/addons/driver/sundtek-mediatv/source/bin/sundtek-mediatv.start
+++ b/packages/addons/driver/sundtek-mediatv/source/bin/sundtek-mediatv.start
@@ -189,7 +189,7 @@ if [ -z "$(pidof mediasrv)" ]; then
[ ! -f $KEYMAP ] && KEYMAP=""
- # remove setttings for this tuner
+ # remove settings for this tuner
awk -v val="[$SERIAL]" '$0 == val {flag=1; next} /^[^\[]|^$/{if (flag==1) next} /.*/{flag=0; print}' $SUNDTEK_CONF_TMP >${SUNDTEK_CONF_TMP}-types
mv ${SUNDTEK_CONF_TMP}-types $SUNDTEK_CONF_TMP
echo "" >>$SUNDTEK_CONF_TMP
diff --git a/packages/addons/service/minidlna/source/config/minidlna.conf b/packages/addons/service/minidlna/source/config/minidlna.conf
index 8cb4a4d8e2..87af086151 100644
--- a/packages/addons/service/minidlna/source/config/minidlna.conf
+++ b/packages/addons/service/minidlna/source/config/minidlna.conf
@@ -34,7 +34,7 @@ inotify=yes
enable_tivo=no
# set this to beacon to use legacy broadcast discovery method
-# defauts to bonjour if avahi is available
+# defaults to bonjour if avahi is available
tivo_discovery=bonjour
# set this to strictly adhere to DLNA standards.
diff --git a/packages/databases/mariadb-connector-c/package.mk b/packages/databases/mariadb-connector-c/package.mk
index 7f47786c88..31d20257f5 100644
--- a/packages/databases/mariadb-connector-c/package.mk
+++ b/packages/databases/mariadb-connector-c/package.mk
@@ -8,7 +8,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="https://mariadb.org/"
PKG_URL="https://github.com/mariadb-corporation/mariadb-connector-c/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain zlib openssl"
-PKG_LONGDESC="mariadb-connector: library to conntect to mariadb/mysql database server"
+PKG_LONGDESC="mariadb-connector: library to connect to mariadb/mysql database server"
PKG_BUILD_FLAGS="-gold"
PKG_CMAKE_OPTS_TARGET="-DWITH_EXTERNAL_ZLIB=ON
diff --git a/packages/graphics/vulkan/glslang/package.mk b/packages/graphics/vulkan/glslang/package.mk
index 1ef4a14dce..71bf5ab900 100644
--- a/packages/graphics/vulkan/glslang/package.mk
+++ b/packages/graphics/vulkan/glslang/package.mk
@@ -27,7 +27,7 @@ PKG_CMAKE_OPTS_COMMON="-DBUILD_EXTERNAL=ON \
-Wno-dev"
post_unpack() {
- # Enables SPIR-V optimzer capability needed for ENABLE_OPT CMake build option
+ # Enables SPIR-V optimizer capability needed for ENABLE_OPT CMake build option
mkdir -p ${PKG_BUILD}/External/spirv-tools
tar --strip-components=1 \
-xf "${SOURCES}/spirv-tools/spirv-tools-$(get_pkg_version spirv-tools).tar.gz" \
diff --git a/packages/graphics/vulkan/vulkan-tools/package.mk b/packages/graphics/vulkan/vulkan-tools/package.mk
index a562277624..dd3d14105d 100644
--- a/packages/graphics/vulkan/vulkan-tools/package.mk
+++ b/packages/graphics/vulkan/vulkan-tools/package.mk
@@ -59,6 +59,6 @@ pre_make_target() {
}
post_makeinstall_target() {
- # Clean up - two graphic test tools are superflous
+ # Clean up - two graphic test tools are superfluous
safe_remove ${INSTALL}/usr/bin/vkcubepp
}
diff --git a/packages/multimedia/nvidia-vaapi-driver/package.mk b/packages/multimedia/nvidia-vaapi-driver/package.mk
index ad6172a554..10e09796e4 100644
--- a/packages/multimedia/nvidia-vaapi-driver/package.mk
+++ b/packages/multimedia/nvidia-vaapi-driver/package.mk
@@ -8,4 +8,4 @@ PKG_LICENSE="MIT"
PKG_SITE="https://github.com/elFarto/nvidia-vaapi-driver"
PKG_URL="https://github.com/elFarto/nvidia-vaapi-driver/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libva nv-codec-headers gst-plugins-bad"
-PKG_LONGDESC="A VA-API implemention using NVIDIA's NVDEC"
+PKG_LONGDESC="A VA-API implementation using NVIDIA's NVDEC"
diff --git a/packages/readme.md b/packages/readme.md
index 91993bc18f..5a8be6f13f 100644
--- a/packages/readme.md
+++ b/packages/readme.md
@@ -98,7 +98,7 @@ But not always. To select a specific toolchain, you only need to set the `PKG_TO
| configure | preconfigured [GNU Build System](https://en.wikipedia.org/wiki/GNU_Build_System) |
| ninja | [Ninja Build](https://ninja-build.org/) |
| make | [Makefile Based](https://www.gnu.org/software/make/) |
-| manual | only runs self writen build steps, see [Functions](#functions) |
+| manual | only runs self written build steps, see [Functions](#functions) |
###### Auto-Detection
The auto-detections looks for specific files in the source path.
@@ -158,8 +158,8 @@ Full list of overwrittable functions.
| pre_build_\[stage] | yes | Runs before of the start of the build |
| pre_configure
pre_configure_\[stage]
configure_\[stage]
post_configure_\[stage] | yes | Configure the package for the compile. This is only relevant for toolchain, that supports it (e.g. meson, cmake, configure, manual) |
| make_\[stage]
pre_make_\[stage]
post_make_\[stage] | yes | Build of the package |
-| makeinstall_\[stage]
pre_makeinstall_\[stage]
post_makeinstall_\[stage] | yes | Installation of the files in the correct pathes
host: TOOLCHAIN
target: SYSROOT and IMAGE
bootstrap and init: temporary destination
-| addon | - | Copy all files together for addon creation. This is requiered for addons |
+| makeinstall_\[stage]
pre_makeinstall_\[stage]
post_makeinstall_\[stage] | yes | Installation of the files in the correct paths
host: TOOLCHAIN
target: SYSROOT and IMAGE
bootstrap and init: temporary destination
+| addon | - | Copy all files together for addon creation. This is required for addons |
| post_install_addon | - | Post processing of installed addon files in `${INSTALL}` directory |
## Directory structure
@@ -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 explaind.
+ * look into the package tree structure, which is generally self explanitory.
* 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`
@@ -295,7 +295,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="https://mariadb.org/"
PKG_URL="https://github.com/MariaDB/mariadb-connector-c/archive/v$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain zlib openssl"
-PKG_LONGDESC="mariadb-connector: library to conntect to mariadb/mysql database server"
+PKG_LONGDESC="mariadb-connector: library to connect to mariadb/mysql database server"
PKG_BUILD_FLAGS="-gold"
PKG_CMAKE_OPTS_TARGET="-DWITH_EXTERNAL_ZLIB=ON \
diff --git a/packages/security/openssl/package.mk b/packages/security/openssl/package.mk
index e56189b3f7..90bb4d87cd 100644
--- a/packages/security/openssl/package.mk
+++ b/packages/security/openssl/package.mk
@@ -96,7 +96,7 @@ post_makeinstall_target() {
ln -sf /run/libreelec/cacert.pem ${INSTALL}/etc/ssl/cacert.pem
ln -sf /run/libreelec/cacert.pem ${INSTALL}/etc/ssl/cert.pem
- # backwards comatibility
+ # backwards compatibility
mkdir -p ${INSTALL}/etc/pki/tls
ln -sf /run/libreelec/cacert.pem ${INSTALL}/etc/pki/tls/cacert.pem
mkdir -p ${INSTALL}/etc/pki/tls/certs
diff --git a/packages/sysutils/busybox/scripts/apt-get b/packages/sysutils/busybox/scripts/apt-get
index bac29e72eb..c3c0b3fae6 100755
--- a/packages/sysutils/busybox/scripts/apt-get
+++ b/packages/sysutils/busybox/scripts/apt-get
@@ -9,7 +9,7 @@ message="$message\n "
message="$message\n 'apt-get' is a command to install, update and remove software which"
message="$message\n is stored in a non local repo. 'apt-get' does nothing then connecting to such"
message="$message\n repo, downloads the software, unpacks the software, updates a big"
-message="$message\n local database with all filepaths and other informations about the"
+message="$message\n local database with all filepaths and other information about the"
message="$message\n installed software or removes or updates installed Software."
message="$message\n "
message="$message\n With LibreELEC it is not possible to change the system for security and"
diff --git a/packages/sysutils/busybox/scripts/createlog b/packages/sysutils/busybox/scripts/createlog
index 53a91c03d4..1b2319e82b 100755
--- a/packages/sysutils/busybox/scripts/createlog
+++ b/packages/sysutils/busybox/scripts/createlog
@@ -104,7 +104,7 @@ mkdir -p $BASEDIR/$LOGDIR
getlog_cmd cat /storage/.config/shutdown.sh
fi
getlog_cmd ls -laR /storage/.config/system.d
- # note: we dont add .mount units here as they may contan
+ # note: we dont add .mount units here as they may contain
# login credentials
for i in /storage/.config/system.d/*.service ; do
if [ -f "$i" ] && [ ! -L "$i" ]; then
diff --git a/packages/sysutils/busybox/scripts/fs-resize b/packages/sysutils/busybox/scripts/fs-resize
index 2d469e5187..15df5bcae4 100755
--- a/packages/sysutils/busybox/scripts/fs-resize
+++ b/packages/sysutils/busybox/scripts/fs-resize
@@ -20,7 +20,7 @@ if [ -e /storage/.please_resize_me ] ; then
date -Iseconds >>$LOG
# this sh** was never intended to be used
- # on already installed and runing system
+ # on an already installed and running system
if [ -d /storage/.kodi -o -d /storage/.config -o -d /storage/.cache ] ; then
rm -f /storage/.please_resize_me
sync
diff --git a/packages/sysutils/busybox/scripts/getedid b/packages/sysutils/busybox/scripts/getedid
index 467970e01d..c11171ea61 100755
--- a/packages/sysutils/busybox/scripts/getedid
+++ b/packages/sysutils/busybox/scripts/getedid
@@ -136,7 +136,7 @@ create_edid() {
}
intel_amd() {
- # check which output is connnected:
+ # check which output is connected:
counter=0
for i in /sys/class/drm/*; do
if [ "$(cat "$i"/status 2>/dev/null)" = "connected" ]; then
diff --git a/packages/sysutils/busybox/scripts/getedid-drm b/packages/sysutils/busybox/scripts/getedid-drm
index 2b8d7d3627..be66321f05 100755
--- a/packages/sysutils/busybox/scripts/getedid-drm
+++ b/packages/sysutils/busybox/scripts/getedid-drm
@@ -20,7 +20,7 @@ delete_edid() {
create_edid() {
CONNECTORS=$(dump-active-edids -q)
if [ $? -ne 0 -o -z "${CONNECTORS}" ]; then
- echo "error: cannot detemine active connectors"
+ echo "error: cannot determine active connectors"
exit 1
fi
create-edid-cpio -q
diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init
index ebc5df9513..cff967bf22 100755
--- a/packages/sysutils/busybox/scripts/init
+++ b/packages/sysutils/busybox/scripts/init
@@ -653,7 +653,7 @@ check_out_of_space() {
echo "free space on /storage to complete the update!"
echo ""
echo "Please free up space on your /storage partition"
- echo "by deleting unecessary files, then try again."
+ echo "by deleting unnecessary files, then try again."
echo ""
return 0
else
diff --git a/packages/sysutils/eventlircd/udev.d/98-eventlircd.rules b/packages/sysutils/eventlircd/udev.d/98-eventlircd.rules
index 7065ae1d4c..340de71f96 100644
--- a/packages/sysutils/eventlircd/udev.d/98-eventlircd.rules
+++ b/packages/sysutils/eventlircd/udev.d/98-eventlircd.rules
@@ -2,7 +2,7 @@
# An example udev rules file for eventlircd.
#
# This rules file does not start eventlircd. Many applications only check for
-# the lircd socket at application lauch. Therefore, it is better to start
+# the lircd socket at application launch. Therefore, it is better to start
# eventlircd in an init script so that eventlircd creates the lircd socket
# before any applications that use LIRC launch.
################################################################################
diff --git a/packages/sysutils/systemd/config/system.d/cifs.mount.sample b/packages/sysutils/systemd/config/system.d/cifs.mount.sample
index eb0d085968..7d23b00521 100644
--- a/packages/sysutils/systemd/config/system.d/cifs.mount.sample
+++ b/packages/sysutils/systemd/config/system.d/cifs.mount.sample
@@ -15,8 +15,8 @@ Requires=network-online.service
# 'network-online.service' fails we can not mount and this scripts fails too
After=network-online.service
-# usually we mount networks shares because we want they avaible *before* XBMC starts.
-# so XBMC has access to this mounts from beginning. Note: this slows down the boot!
+# usually we mount network shares because we want them available *before* Kodi starts.
+# so Kodi has access to mounts from the beginning. Note: this slows down the boot sequence!
Before=kodi.service
diff --git a/packages/sysutils/systemd/config/system.d/nfs.mount.sample b/packages/sysutils/systemd/config/system.d/nfs.mount.sample
index 475878109c..96890a4802 100644
--- a/packages/sysutils/systemd/config/system.d/nfs.mount.sample
+++ b/packages/sysutils/systemd/config/system.d/nfs.mount.sample
@@ -15,8 +15,8 @@ Requires=network-online.service
# 'network-online.service' fails we can not mount and this scripts fails too
After=network-online.service
-# usually we mount networks shares because we want they avaible *before* XBMC starts.
-# so XBMC has access to this mounts from beginning. Note: this slows down the boot!
+# usually we mount network shares because we want them available *before* Kodi starts.
+# so Kodi has access to mounts from the beginning. Note: this slows down the boot sequence!
Before=kodi.service
diff --git a/packages/sysutils/systemd/package.mk b/packages/sysutils/systemd/package.mk
index 583861cb7a..f11dc812ef 100644
--- a/packages/sysutils/systemd/package.mk
+++ b/packages/sysutils/systemd/package.mk
@@ -128,7 +128,7 @@ post_makeinstall_target() {
safe_remove ${INSTALL}/usr/lib/tmpfiles.d/home.conf
safe_remove ${INSTALL}/usr/share/factory
- # remove Network adaper renaming rule, this is confusing
+ # remove Network adapter renaming rule, this is confusing
safe_remove ${INSTALL}/usr/lib/udev/rules.d/80-net-setup-link.rules
safe_remove ${INSTALL}/usr/lib/udev/rules.d/71-seat.rules
diff --git a/packages/sysutils/udevil/config/udevil.conf b/packages/sysutils/udevil/config/udevil.conf
index 6163bed2b1..b185941a2a 100644
--- a/packages/sysutils/udevil/config/udevil.conf
+++ b/packages/sysutils/udevil/config/udevil.conf
@@ -253,7 +253,7 @@ allowed_options_exfat = nosuid, noexec, nodev, noatime, ro, rw, uid=$UID, gi
# mount_point_mode, if present and set to a non-empty value, will cause udevil
-# to set the mode (permissions) on the moint point after mounting If not
+# to set the mode (permissions) on the mount point after mounting If not
# specified or if left empty, the mode is not changed. Mode must be octal
# starting with a zero (0755).
# mount_point_mode_FSTYPE, if present, is used to override mount_point_mode
@@ -285,7 +285,7 @@ allowed_options_exfat = nosuid, noexec, nodev, noatime, ro, rw, uid=$UID, gi
# validation of a mount or unmount command, beyond the checks performed by
# udevil. The program is run as a normal user (if root runs udevil,
# validate_exec will NOT be run). The program is NOT run if the user is
-# mounting a device without root priviledges (a device in fstab).
+# mounting a device without root privileges (a device in fstab).
# The program is passed the username, a printable description of what is
# happening, and the entire udevil command line as the first three arguments.
# The program must return an exit status of 0 to allow the mount or unmount
diff --git a/packages/tools/installer/scripts/installer b/packages/tools/installer/scripts/installer
index f3b7f543e9..54164aa5ee 100755
--- a/packages/tools/installer/scripts/installer
+++ b/packages/tools/installer/scripts/installer
@@ -94,7 +94,7 @@ get_device_unmount() {
}
get_partition() {
- # get all partitions of a specifed device
+ # get all partitions of a specified device
# usage: get_partitions /dev/sda
# uses: -
# provides: PARTITIONS
diff --git a/packages/wayland/compositor/sway/config/config b/packages/wayland/compositor/sway/config/config
index e6495a75cf..80e8d7f57d 100644
--- a/packages/wayland/compositor/sway/config/config
+++ b/packages/wayland/compositor/sway/config/config
@@ -3,7 +3,7 @@
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
-# Load prefered color scheme
+# Load preferred color scheme
include colorscheme
# Logo key. Use Mod1 for Alt.
set $mod Mod4
diff --git a/packages/x11/lib/libXau/package.mk b/packages/x11/lib/libXau/package.mk
index 33753d66c3..f2abf84fba 100644
--- a/packages/x11/lib/libXau/package.mk
+++ b/packages/x11/lib/libXau/package.mk
@@ -9,7 +9,7 @@ PKG_LICENSE="OSS"
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain util-macros xorgproto"
-PKG_LONGDESC="X authorization file management libary"
+PKG_LONGDESC="X authorization file management library"
PKG_BUILD_FLAGS="+pic"
PKG_MESON_OPTS_TARGET="-Ddefault_library=static \
diff --git a/projects/Amlogic/bootloader/install b/projects/Amlogic/bootloader/install
index 1a7cf3a008..a6f2c17b56 100644
--- a/projects/Amlogic/bootloader/install
+++ b/projects/Amlogic/bootloader/install
@@ -10,7 +10,7 @@ FIPDIR="$(get_build_dir amlogic-boot-fip)"
case "${UBOOT_SYSTEM}" in
box|"")
- # no-op, use vendor booloader
+ # no-op, use vendor bootloader
;;
*)
mkdir "${DESTDIR}/tmp"
diff --git a/scripts/checkdeps b/scripts/checkdeps
index 63519b51a4..1b2fb85f13 100755
--- a/scripts/checkdeps
+++ b/scripts/checkdeps
@@ -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
diff --git a/scripts/create_addon b/scripts/create_addon
index e8483c7396..af2d667cbb 100755
--- a/scripts/create_addon
+++ b/scripts/create_addon
@@ -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"
diff --git a/scripts/create_docker_package b/scripts/create_docker_package
index 14c87769c1..3d5d967db3 100755
--- a/scripts/create_docker_package
+++ b/scripts/create_docker_package
@@ -93,7 +93,7 @@ case "${ARCH}" in
projects="Generic"
;;
*)
- echo "Unkown project"
+ echo "Unknown project"
exit 1
;;
esac
diff --git a/scripts/genbuildplan.py b/scripts/genbuildplan.py
index f5651f92c1..52d4d0628d 100755
--- a/scripts/genbuildplan.py
+++ b/scripts/genbuildplan.py
@@ -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.")
diff --git a/scripts/pkgbuilder.py b/scripts/pkgbuilder.py
index 372787043a..7b3661290b 100755
--- a/scripts/pkgbuilder.py
+++ b/scripts/pkgbuilder.py
@@ -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
diff --git a/scripts/uboot_helper b/scripts/uboot_helper
index 01d4906cca..d014b26996 100755
--- a/scripts/uboot_helper
+++ b/scripts/uboot_helper
@@ -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' : {
diff --git a/tools/RPi/gen-rpi-kodi-patch.sh b/tools/RPi/gen-rpi-kodi-patch.sh
index f47c34a8e3..2d34d8b7d0 100755
--- a/tools/RPi/gen-rpi-kodi-patch.sh
+++ b/tools/RPi/gen-rpi-kodi-patch.sh
@@ -4,7 +4,7 @@ set -e
BIN=$(readlink -f $(dirname $0))
if git rev-parse --is-inside-work-tree &>/dev/null; then
- echo "Don't run this script inside a git reppository!"
+ echo "Don't run this script inside a git repository!"
exit 1
fi
diff --git a/tools/download-cleaner b/tools/download-cleaner
index 7bf7e53af3..9d1d69bb01 100755
--- a/tools/download-cleaner
+++ b/tools/download-cleaner
@@ -87,7 +87,7 @@ for SOURCE_PACKAGE in $(find "${SOURCES}/" -mindepth 1 -type d); do
CUR_PACKAGE_FILE=$(basename "${PACKAGE_SOURCE_FILE}")
for FILE in $(find "${SOURCE_PACKAGE}/" -type f); do
- # don't test auxilliary files
+ # don't test auxiliary files
if [[ "${FILE}" = *.url ]] || [[ "${FILE}" = *.sha256 ]]; then
continue
fi
diff --git a/tools/mtstats.py b/tools/mtstats.py
index b924ac8aea..a579626247 100755
--- a/tools/mtstats.py
+++ b/tools/mtstats.py
@@ -108,7 +108,7 @@ else:
for event in events:
slotn[event.slot] = 0
-# Acumulate information in this hash - meh
+# Accumulate information in this hash - meh
data = {"previous_status": None, "isactive": False, "statuses": {}}
for status in ALL_STATUSES:
data["statuses"][status] = {"enabled": False, "count": 0, "start": 0.0, "total": 0.0}
diff --git a/tools/packages-checker b/tools/packages-checker
index d7de4c41de..bba1f5db54 100755
--- a/tools/packages-checker
+++ b/tools/packages-checker
@@ -5,7 +5,7 @@
# This performs an automated scan with corrections to the packages feed to
# follow certain coding standards used in the project. Corrections are grouped
-# by the subdirectory within the packages feed, and then commited.
+# by the subdirectory within the packages feed, and then committed.
# Corrections made:
# PKG_VAR="$PKG_VAR stuff" -> PKG_VAR+=" stuff"
diff --git a/tools/update-scan b/tools/update-scan
index 3a0f29f0f7..fe2b3056f8 100755
--- a/tools/update-scan
+++ b/tools/update-scan
@@ -100,7 +100,7 @@ check_for_update() {
# compare upstream with local version
if [ "${PKG_VERSION}" != "${upstream_latest_commit##*/}" ]; then
- # get upstream tag informations
+ # get upstream tag information
if [ "${upstream_latest_tag}" != "null" ]; then
tag=" | TAG: ${upstream_latest_tag} (${upstream_latest_tag_date%T*})"
else