✏Typos (#30)

This commit is contained in:
Paul Sinclair 2020-08-05 05:39:32 -04:00 committed by GitHub
parent dbc5c19299
commit 8a5c457a4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -63,7 +63,7 @@ function bashio::cache.set() {
fi
if ! printf "%s" "$value" > "${__BASHIO_CACHE_DIR}/${key}.cache"; then
bashio::log.warning "An error occured while storing ${key} to cache"
bashio::log.warning "An error occurred while storing ${key} to cache"
return "${__BASHIO_EXIT_NOK}"
fi