Skip to content

Commit

Permalink
Fix some typos spotted by codespell 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed Oct 3, 2023
1 parent 95f21a1 commit a0189eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Usage: check_patroni node_is_pending_restart [OPTIONS]
Check if the node is in pending restart state.
This situation can arise if the configuration has been modified but requiers
This situation can arise if the configuration has been modified but requires
a restart of PostgreSQL to take effect.
Check:
Expand Down
2 changes: 1 addition & 1 deletion check_patroni/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def node_is_pending_restart(ctx: click.Context) -> None:
"""Check if the node is in pending restart state.
This situation can arise if the configuration has been modified but
requiers a restart of PostgreSQL to take effect.
requires a restart of PostgreSQL to take effect.
\b
Check:
Expand Down
2 changes: 1 addition & 1 deletion vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ http://$IP/icingaweb2/setup

Finish

* Screen 15: Hopefuly success
* Screen 15: Hopefully success

Login

Expand Down
6 changes: 3 additions & 3 deletions vagrant/provision/icinga2.bash
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ icinga_setup(){
info "# Icinga setup"
info "#============================================================================="

## this part is already done by the standart icinga install with the user icinga2
## this part is already done by the standard icinga install with the user icinga2
## and a random password, here we dont really care

cat << __EOF__ | sudo -u postgres psql
Expand All @@ -83,7 +83,7 @@ __EOF__
icingacli setup config directory --group icingaweb2
icingacli setup token create

## this part is already done by the standart icinga install with the user icinga2
## this part is already done by the standard icinga install with the user icinga2
cat << __EOF__ > /etc/icinga2/features-available/ido-pgsql.conf
/**
* The db_ido_pgsql library implements IDO functionality
Expand Down Expand Up @@ -198,7 +198,7 @@ grafana(){
cat << __EOF__ > /etc/grafana/grafana.ini
[database]
# You can configure the database connection by specifying type, host, name, user and password
# as seperate properties or as on string using the url propertie.
# as separate properties or as on string using the url property.
# Either "mysql", "postgres" or "sqlite3", it's your choice
type = postgres
Expand Down

0 comments on commit a0189eb

Please sign in to comment.