mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-18 15:30:53 +00:00
Fix typo: aquire -> acquire
Signed-off-by: Ferenc Wágner <wferi@niif.hu> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
841f48e253
commit
b1de8efd15
@ -1086,7 +1086,7 @@ retry_fcntl:
|
||||
goto error_close;
|
||||
break;
|
||||
default:
|
||||
log_printf (LOGSYS_LEVEL_ERROR, "Corosync Executive couldn't aquire lock. Error was %s",
|
||||
log_printf (LOGSYS_LEVEL_ERROR, "Corosync Executive couldn't acquire lock. Error was %s",
|
||||
strerror(errno));
|
||||
err = COROSYNC_DONE_AQUIRE_LOCK;
|
||||
goto error_close;
|
||||
|
Loading…
Reference in New Issue
Block a user