Skip to content

Commit

Permalink
Spelling and grammar fixes (home-assistant#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and fabaff committed Nov 5, 2019
1 parent 9800708 commit 4342c51
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion almond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion cec_scan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion check_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
6 changes: 3 additions & 3 deletions check_config/data/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
INSTALLED_VERSION="$(pip freeze | grep homeassistant)"
bashio::log.info "Installed Home Assistant ${INSTALLED_VERSION##*=}"

# Making an temporary copy of your configuration
# Making a temporary copy of your configuration
bashio::log.info "Making a copy of your configuration for checking..."
cp -fr /config /tmp/config

Expand All @@ -36,9 +36,9 @@ if ! HASS_OUTPUT="$(hass -c /tmp/config --script check_config)"; then
bashio::exit.nok
fi

# Scan configuration check output for occurrances of "ERROR"
# Scan configuration check output for occurrences of "ERROR"
if echo "${HASS_OUTPUT}" | grep -i ERROR > /dev/null; then
# An "ERROR" occurance has been found, exit with an error
# An "ERROR" occurrence has been found, exit with an error
bashio::log.error "Found an error in the log output of the check!"
bashio::log.error "See the output below for more details."
bashio::log "${HASS_OUTPUT}"
Expand Down
4 changes: 2 additions & 2 deletions configurator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ A list of filenames containing SSH private keys. These can be used to allow for
## Known issues and limitations

- This add-on is, by default, configured for use with Hass.io Ingress. If you
wish to access the add-on via a its own port directly, you can simply
wish to access the add-on via its own port directly, you can simply
assign a port in the "Network" section of the add-on setting page.

## Support
Expand All @@ -97,7 +97,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion deconz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
- Add support for Home Assistant Add-on integration
- Add Ingress support

**WARNING:** This version change the network modus to host network that it works with mobile apps from deCONZ. That mean you need remove the old integration and connect it again. 2min after first Startup, the Add-on provide a own Discovery details to Home Assistant.
**WARNING:** This version change the network modus to host network that it works with mobile apps from deCONZ. That mean you need remove the old integration and connect it again. 2min after first Startup, the Add-on provides its own Discovery details to Home Assistant.

## 1.4

Expand Down
2 changes: 1 addition & 1 deletion deconz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion dhcp_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion dnsmasq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion git_pull/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion homematic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
[amd64-shield]: https://img.shields.io/badge/amd64-no-red.svg
Expand Down
6 changes: 3 additions & 3 deletions homematic/data/hm-firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function firmware_update_hmip() {
TO_VERSION="$(ls /firmware/HmIP-RFUSB/hmip_coprocessor_update-*.eq3 | sed 's/.*hmip_coprocessor_update-\(.*\)\.eq3/\1/' | tail -n1)"
if [ "${FROM_VERSION}" != "${TO_VERSION}" ]; then
if java -Xmx64m -jar /opt/HmIP/hmip-copro-update.jar -p "${DEVICE}" -f "/firmware/HmIP-RFUSB/hmip_coprocessor_update-${TO_VERSION}.eq3"; then
echo "[INFO] HmIP update to ${TO_VERSION} was successfuly"
echo "[INFO] HmIP update to ${TO_VERSION} was successful"
else
echo "[ERROR] HmIP update ${TO_VERSION} fails!"
fi
Expand All @@ -21,7 +21,7 @@ function firmware_update_hmip() {

function firmware_update_rfd() {
if "${HM_HOME}/bin/eq3configcmd" update-coprocessor -lgw -u -rfdconf /etc/config/rfd.conf -l 1; then
echo "[INFO] RFd update was successfuly"
echo "[INFO] RFd update was successful"
else
echo "[ERROR] RFd update fails!"
fi
Expand All @@ -30,7 +30,7 @@ function firmware_update_rfd() {

function firmware_update_wired() {
if "${HM_HOME}/bin/eq3configcmd" update-lgw-firmware -m /firmware/fwmap -c /etc/config/hs485d.conf -l 1; then
echo "[INFO] Wired update was successfuly"
echo "[INFO] Wired update was successful"
else
echo "[ERROR] Wired update fails!"
fi
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ You have several options to get them answered:
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
- Check out certbots page [certbot].

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion mariadb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion mosquitto/data/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fi

# Initial Service
if call_hassio GET "services/mqtt" | jq --raw-output ".data.host" | grep -v "$(hostname)" > /dev/null; then
bashio::log.warning "There is allready a MQTT services running!"
bashio::log.warning "There is already an MQTT service running!"
else
bashio::log.info "Initialize Hass.io Add-on services"
if ! call_hassio POST "services/mqtt" "$(constrain_host_config addons "${ADDONS_PW}")" > /dev/null; then
Expand Down
2 changes: 1 addition & 1 deletion samba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion snips/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion ssh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down
2 changes: 1 addition & 1 deletion tellstick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]

In case you've found an bug, please [open an issue on our GitHub][issue].
In case you've found a bug, please [open an issue on our GitHub][issue].

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
Expand Down

0 comments on commit 4342c51

Please sign in to comment.