summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-02-16 13:24:04 +0000
committerJeremy Allison <jra@samba.org>2015-02-24 17:52:08 +0100
commit0a20ffb17dcc849834ccde4aa3f751bda31f8824 (patch)
tree097fe40d909d34e7f48cb0ddc402378dd02a04a1 /lib
parenta610336886259b960317f172d3084de6ecc5a396 (diff)
downloadsamba-0a20ffb17dcc849834ccde4aa3f751bda31f8824.tar.gz
samba-0a20ffb17dcc849834ccde4aa3f751bda31f8824.tar.xz
samba-0a20ffb17dcc849834ccde4aa3f751bda31f8824.zip
tsocket: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/tsocket/tsocket_bsd.c2
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