diff --git a/deconz/rootfs/etc/services.d/deconz/run b/deconz/rootfs/etc/services.d/deconz/run index 9d99428..968ed9f 100644 --- a/deconz/rootfs/etc/services.d/deconz/run +++ b/deconz/rootfs/etc/services.d/deconz/run @@ -25,7 +25,7 @@ else bashio::log.debug "Found device! Location: ${DECONZ_DEVICE}" fi -# VNC is not enabled as a seperate service, as it cannot handle multiple +# VNC is not enabled as a separate service, as it cannot handle multiple # session when running in the foreground. VNC_PORT="$(bashio::addon.port 5900)" ARCH="$(bashio::info.arch)" diff --git a/mariadb/rootfs/etc/services.d/mariadb/run b/mariadb/rootfs/etc/services.d/mariadb/run index 2489d76..76cfd2f 100644 --- a/mariadb/rootfs/etc/services.d/mariadb/run +++ b/mariadb/rootfs/etc/services.d/mariadb/run @@ -37,7 +37,7 @@ mysqlcheck --no-defaults --all-databases --skip-database=mysql --check --check-u bashio::log.info "Ensuring internal database upgrades are performed" mysql_upgrade --silent -# Set default secure values after inital setup +# Set default secure values after initial setup if bashio::var.true "${NEW_INSTALL}"; then # Secure the installation. mysql <<-EOSQL diff --git a/samba/DOCS.md b/samba/DOCS.md index 325940f..facb70e 100644 --- a/samba/DOCS.md +++ b/samba/DOCS.md @@ -20,7 +20,7 @@ Follow these steps to get the add-on installed on your system: If you are on Windows you use `\\\`, if you are on MacOS you use `smb://` to connect to the shares. -This addon exposes the folowing directories over smb (samba): +This addon exposes the following directories over smb (samba): Directory | Description -- | -- diff --git a/zwave/CHANGELOG.md b/zwave/CHANGELOG.md index f6a33f5..50abbf8 100644 --- a/zwave/CHANGELOG.md +++ b/zwave/CHANGELOG.md @@ -101,4 +101,4 @@ ## 0.1.0 -- Inital release +- Initial release