Skip to content

Commit

Permalink
Spelling fixes (home-assistant#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Dec 12, 2022
1 parent 9415985 commit ad3623d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion duckdns/data/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DOMAINS=$(bashio::config 'domains | join(",")')
WAIT_TIME=$(bashio::config 'seconds')
ALGO=$(bashio::config 'lets_encrypt.algo')

# Function that performe a renew
# Function that performs a renew
function le_renew() {
local domain_args=()
local domains=''
Expand Down
4 changes: 2 additions & 2 deletions homematic/rootfs/www/config/cp_security.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ proc action_put_page {} {
restartSSHDaemon();
MessageBox.show(translateKey("dialogSettingsSecuritySSHMsgBoxNoErrorTitle"), translateKey("dialogSettingsSecuritySSHMsgBoxNoErrorContent"));
} else {
// An error occured
// An error occurred
MessageBox.show(translateKey("dialogSettingsSecuritySSHMsgBoxErrorTitle"), result.msg);
}
};
Expand Down Expand Up @@ -1461,7 +1461,7 @@ proc action_put_page {} {
}
};

// Set the checkbox for the user authentification according to its state
// Set the checkbox for the user authentication according to its state
var hasAuthStatusChanged = false;
var initialAuthStatus = homematic("CCU.getAuthEnabled", {});
jQuery("#userAuthActive").prop("checked", initialAuthStatus);
Expand Down
6 changes: 3 additions & 3 deletions silabs-multiprotocol/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Once the firmware is loaded follow the following steps:
To use Zigbee with ZHA configure the Integration as follows:

1. Remember/copy the hostname of the add-on (e.g. `c8f00288-silabs-multiprotocol`).
2. Add the Zigbee Home Automation (ZHA) integration to Home Assitant Core
2. Add the Zigbee Home Automation (ZHA) integration to Home Assistant Core
3. When asked for the Serial Device Path, choose `Enter Manually`.
4. Choose `EZSP` as Radio type.
5. As serial path, enter `socket://<hostname-from-above>:9999`.
Expand Down Expand Up @@ -67,12 +67,12 @@ Add-on configuration:

| Configuration | Description |
|--------------------|--------------------------------------------------------|
| device (mandatory) | Serial sevice where the Silicon Labs radio is attached |
| device (mandatory) | Serial service where the Silicon Labs radio is attached |
| baudrate | Serial port baudrate (depends on firmware) |
| flow_control | If hardware flow control should be enabled (depends on firmware) |
| autoflash_firmware | Automatically install/update firmware (Home Assistant SkyConnect/Yellow) |
| network_device | Host and port where CPC daemon can find the Silicon Labs radio (takes precedence over device) |
| cpcd_trace | Co-Processsor Communication tracing (trace in log) |
| cpcd_trace | Co-Processor Communication tracing (trace in log) |
| otbr_enable | Enable OpenThread BorderRouter |
| otbr_log_level | Set the log level of the OpenThread BorderRouter Agent |
| otbr_firewall | Enable OpenThread Border Router firewall to block unnecessary traffic |
Expand Down
4 changes: 2 additions & 2 deletions ssh/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
**Breaking change**: RSA keys generated using the SHA-1 hash algorithm
were disabled by OpenSSH due to a security vulnerability. If you find
your RSA key does not work after update you will need to make a new key
with a stronger algoritm or switch to an ECDSA or Ed25519 type key. For
with a stronger algorithm or switch to an ECDSA or Ed25519 type key. For
more information see [OpenSSH v8.8 release notes](https://www.openssh.com/releasenotes.html).

- Upgrade Home Assistant CLI to 4.18.0
Expand Down Expand Up @@ -37,7 +37,7 @@ more information see [OpenSSH v8.8 release notes](https://www.openssh.com/releas
## 9.2.0

- Upgrade to Alpine 3.14
- Make Bash promt more colorful
- Make Bash prompt more colorful
- Upgrade Home Assistant CLI to 4.13.0

## 9.1.3
Expand Down
2 changes: 1 addition & 1 deletion vlc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

## 0.1.0

- Inital release
- Initial release
2 changes: 1 addition & 1 deletion vlc/rootfs/etc/cont-init.d/ingress.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Prepair VLC for ingress access
# Prepare VLC for ingress access
# ==============================================================================

# Generate NGINX config
Expand Down
2 changes: 1 addition & 1 deletion zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,4 @@

## 0.1.0

- Inital release
- Initial release

0 comments on commit ad3623d

Please sign in to comment.