From b1de8efd1586d06a81dae471d7e83f574aa11f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20W=C3=A1gner?= Date: Wed, 18 May 2016 23:03:32 +0200 Subject: [PATCH] Fix typo: aquire -> acquire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Wágner Reviewed-by: Jan Friesse --- exec/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/main.c b/exec/main.c index 7d2dcf7c..54df1b6f 100644 --- a/exec/main.c +++ b/exec/main.c @@ -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;