瀏覽代碼

cfgtool: Fix typo

appying -> applying

Signed-off-by: MichalM132 <33118502+MichalM132@users.noreply.github.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
MichalM132 1 月之前
父節點
當前提交
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);