1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Typo fixes

This commit is contained in:
Alexander Presnyakov
2025-07-16 23:56:40 +00:00
parent d0ee5dae32
commit 285b3c688d
10 changed files with 25 additions and 26 deletions

View File

@ -346,7 +346,7 @@ def broadcast_new_config(
# TODO: do not restart cluster when put xml config only with
# distribute secrets
if not CEJPasswordHandler.secretsfile_exists():
logging.debug('No .secrets file found so not distrinuting it.')
logging.debug('No .secrets file found so not distributing it.')
else:
secrets = CEJPasswordHandler.get_secrets_json()
body['secrets'] = secrets
@ -809,7 +809,7 @@ def get_cej_info(config_root):
):
logging.error(
'CrossengineSupport password seems to be encrypted '
'but no .secrets file exist. May be it\'s eventually removed.'
'but no .secrets file exist. Maybe it was eventually removed.'
)
@ -819,7 +819,7 @@ def get_cej_info(config_root):
else:
logging.error(
'CrossengineSupport password seems to be unencrypted but '
'.secrets file exist. May be .secrets file generated by '
'.secrets file exist. Maybe .secrets file was generated by '
'mistake or password left encrypted after using cskeys '
'utility.'
)