Browse Source

Fix typo: sucesfully -> successfully

Signed-off-by: Ferenc Wágner <wferi@debian.org>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner 7 years ago
parent
commit
baece74c39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exec/main.c

+ 1 - 1
exec/main.c

@@ -1175,7 +1175,7 @@ static int corosync_move_to_root_cgroup(void) {
 	}
 
 	if (strcmp(current_cgroup_path, "/") == 0) {
-		log_printf(LOGSYS_LEVEL_NOTICE, "Corosync sucesfully moved to root cgroup");
+		log_printf(LOGSYS_LEVEL_NOTICE, "Corosync successfully moved to root cgroup");
 		res = 0;
 	} else {
 		log_printf(LOGSYS_LEVEL_WARNING, "Can't move Corosync to root cgroup");