summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-12-31 10:39:25 +0100
committerJeremy Allison <jra@samba.org>2015-01-06 00:33:09 +0100
commit9959fc9d72e40e69e87c76b9baee30fb11a4ae21 (patch)
tree765332648c6ebea68a8800a6de76ed408b76cee6 /source3/torture
parent8a2a5986b687a393d31cfa0e662d2d70212879a2 (diff)
downloadsamba-9959fc9d72e40e69e87c76b9baee30fb11a4ae21.tar.gz
torture3: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/test_messaging_read.c2
1 files changed, 1 insertions, 1 deletions
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");