From: Volker Lendecke Date: Tue, 7 Nov 2017 12:04:21 +0000 (+0100) Subject: libsmb: Fix a typo X-Git-Tag: talloc-2.1.11~489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=625d27d3fc5b5dbddb43d21aa467431f2043d89d;p=thirdparty%2Fsamba.git libsmb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index e39d76176cc..afc2bc06d3f 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -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;