]> sourceware.org Git - lvm2.git/commitdiff
Typo in debug message
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 29 Sep 2011 08:57:21 +0000 (08:57 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 29 Sep 2011 08:57:21 +0000 (08:57 +0000)
daemons/clvmd/clvmd-singlenode.c

index 0aa894e3ad051caa79a6171fbd2bf8182c514764..37ddeb01ad274669145deaca96122690a0629cd3 100644 (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;
        }
 
This page took 0.040561 seconds and 5 git commands to generate.