1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-25 13:49:28 +03:00

Typo in debug message

This commit is contained in:
Zdenek Kabelac
2011-09-29 08:57:21 +00:00
parent aebf2d5cdc
commit 834d5d70d1

View File

@ -56,7 +56,7 @@ static int init_comms(void)
}
/* Set Close-on-exec */
if (fcntl(listen_fd, F_SETFD, 1)) {
DEBUGLOG("Setting CLOEXEC on client fd faile: %s\n", strerror(errno));
DEBUGLOG("Setting CLOEXEC on client fd failed: %s\n", strerror(errno));
goto error;
}