From 9959fc9d72e40e69e87c76b9baee30fb11a4ae21 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Dec 2014 10:39:25 +0100 Subject: [PATCH] torture3: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source3/torture/test_messaging_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/test_messaging_read.c b/source3/torture/test_messaging_read.c index 802b4fe734f..43b4367c11d 100644 --- a/source3/torture/test_messaging_read.c +++ b/source3/torture/test_messaging_read.c @@ -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"); -- 2.34.1