*: spelling fixes (#1757)

This commit is contained in:
Ville Skyttä
2021-01-10 23:00:05 +02:00
committed by GitHub
parent 144b5c503e
commit 26318df3ef
4 changed files with 4 additions and 4 deletions

View File

@@ -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)"

View File

@@ -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

View File

@@ -20,7 +20,7 @@ Follow these steps to get the add-on installed on your system:
If you are on Windows you use `\\<IP_ADDRESS>\`, if you are on MacOS you use `smb://<IP_ADDRESS>` 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
-- | --

View File

@@ -101,4 +101,4 @@
## 0.1.0
- Inital release
- Initial release