tsocket: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 16 Feb 2015 13:24:04 +0000 (13:24 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 24 Feb 2015 16:52:08 +0000 (17:52 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tsocket/tsocket_bsd.c

index fe39dfd5406474c6dbf1f5f12b32c1ec90d8e346..35fd0893da90ef20e5e3076816210235b9ff23a9 100644 (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