torture3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 31 Dec 2014 09:39:25 +0000 (10:39 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 5 Jan 2015 23:33:09 +0000 (00:33 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/torture/test_messaging_read.c

index 802b4fe734ff01a14c6cf7e928b6761848cc208e..43b4367c11dc57855da8c04af5dc942349ab61fb 100644 (file)
@@ -506,7 +506,7 @@ static bool read4_child(int ready_fd)
 
        printf("child: telling parent we're ready to receive messages\n");
 
-       /* Tell the parent we are ready to receive mesages. */
+       /* Tell the parent we are ready to receive messages. */
        bytes = write(ready_fd, &c, 1);
        if (bytes != 1) {
                perror("child: failed to write to ready_fd");