Parcourir la source

cfgtool: Fix typo

appying -> applying

Signed-off-by: MichalM132 <33118502+MichalM132@users.noreply.github.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
MichalM132 il y a 1 mois
Parent
commit
733ef030bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);