Fix some typos spotted by codespell 2.2.6

This commit is contained in:
Denis Laxalde 2023-10-03 09:51:55 +02:00 committed by Denis Laxalde
parent 95f21a133d
commit a0189ebba7
4 changed files with 6 additions and 6 deletions

View file

@ -328,7 +328,7 @@ Usage: check_patroni node_is_pending_restart [OPTIONS]
Check if the node is in pending restart state. 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. a restart of PostgreSQL to take effect.
Check: Check:

View file

@ -610,7 +610,7 @@ def node_is_pending_restart(ctx: click.Context) -> None:
"""Check if the node is in pending restart state. """Check if the node is in pending restart state.
This situation can arise if the configuration has been modified but 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 \b
Check: Check:

View file

@ -100,7 +100,7 @@ http://$IP/icingaweb2/setup
Finish Finish
* Screen 15: Hopefuly success * Screen 15: Hopefully success
Login Login

View file

@ -66,7 +66,7 @@ icinga_setup(){
info "# Icinga setup" info "# Icinga setup"
info "#=============================================================================" 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 ## and a random password, here we dont really care
cat << __EOF__ | sudo -u postgres psql cat << __EOF__ | sudo -u postgres psql
@ -83,7 +83,7 @@ __EOF__
icingacli setup config directory --group icingaweb2 icingacli setup config directory --group icingaweb2
icingacli setup token create 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 cat << __EOF__ > /etc/icinga2/features-available/ido-pgsql.conf
/** /**
* The db_ido_pgsql library implements IDO functionality * The db_ido_pgsql library implements IDO functionality
@ -198,7 +198,7 @@ grafana(){
cat << __EOF__ > /etc/grafana/grafana.ini cat << __EOF__ > /etc/grafana/grafana.ini
[database] [database]
# You can configure the database connection by specifying type, host, name, user and password # 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 # Either "mysql", "postgres" or "sqlite3", it's your choice
type = postgres type = postgres