diff options
Diffstat (limited to 'lib/tsocket/tsocket_bsd.c')
-rw-r--r-- | lib/tsocket/tsocket_bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsocket/tsocket_bsd.c b/lib/tsocket/tsocket_bsd.c index fe39dfd540..35fd0893da 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 |