libsmb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 7 Nov 2017 12:04:21 +0000 (13:04 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 17 Nov 2017 23:09:15 +0000 (00:09 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/namequery.c

index e39d76176cc6181d852eda7570b3aa25c7e3cc7b..afc2bc06d3f76733c0b8e15b189c177f2671bd98 100644 (file)
@@ -2556,7 +2556,7 @@ static NTSTATUS resolve_ads(const char *name,
                                freeaddrinfo(res);
                        }
                } else {
-                       /* use all the IP addresses from the SRV sresponse */
+                       /* use all the IP addresses from the SRV response */
                        int j;
                        for (j = 0; j < dcs[i].num_ips; j++) {
                                (*return_iplist)[*return_count].port = dcs[i].port;