Przeglądaj źródła

Fix typo: aquire -> acquire

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner 9 lat temu
rodzic
commit
b1de8efd15
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      exec/main.c

+ 1 - 1
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;