From ff4119e8b3b00fe57594ab900dbc9a8b9585411f Mon Sep 17 00:00:00 2001 From: Serge Tupchii Date: Wed, 19 Jul 2023 16:57:09 +0300 Subject: [PATCH] chore(emqx_config): fix typo in the log message --- apps/emqx/src/emqx_config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx/src/emqx_config.erl b/apps/emqx/src/emqx_config.erl index 58f53b134..450f3e1b0 100644 --- a/apps/emqx/src/emqx_config.erl +++ b/apps/emqx/src/emqx_config.erl @@ -641,7 +641,7 @@ backup_and_write(Path, Content) -> ?SLOG(error, #{ msg => "failed_to_save_conf_file", hint => - "The updated cluster config is note saved on this node, please check the file system.", + "The updated cluster config is not saved on this node, please check the file system.", filename => TmpFile, reason => Reason }),