Просмотр исходного кода

cfgtool: Fix typo

appying -> applying

Signed-off-by: MichalM132 <33118502+MichalM132@users.noreply.github.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
MichalM132 1 месяц назад
Родитель
Сommit
733ef030bd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/corosync-cfgtool.c

+ 1 - 1
tools/corosync-cfgtool.c

@@ -389,7 +389,7 @@ static int reload_config_do (void)
 	(void)corosync_cfg_finalize (handle);
 
 	if ((rc = check_for_reload_errors())) {
-		fprintf(stderr, "Errors in appying config, corosync.conf might not match the running system\n");
+		fprintf(stderr, "Errors in applying config, corosync.conf might not match the running system\n");
 	}
 
 	return (rc);