From 0a20ffb17dcc849834ccde4aa3f751bda31f8824 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 16 Feb 2015 13:24:04 +0000 Subject: [PATCH] tsocket: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/tsocket/tsocket_bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsocket/tsocket_bsd.c b/lib/tsocket/tsocket_bsd.c index fe39dfd5406..35fd0893da9 100644 --- a/lib/tsocket/tsocket_bsd.c +++ b/lib/tsocket/tsocket_bsd.c @@ -1117,7 +1117,7 @@ static void tdgram_bsd_sendto_handler(void *private_data) sizeof(bufsize)); if (ret == 0) { /* - * We do the rety here, rather then via the + * We do the retry here, rather then via the * handler, as we only want to retry once for * this condition, so if there is a mismatch * between what setsockopt() accepts and what can -- 2.11.4.GIT