1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

tsocket: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2015-02-16 13:24:04 +00:00 committed by Jeremy Allison
parent a610336886
commit 0a20ffb17d

View File

@ -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