[PATCH] fix typo comment

Michael Adam obnox at samba.org
Tue Jul 12 13:37:09 UTC 2016


Review appreciated!

Thanks - Michael

-------------- next part --------------
From 9110ca6462e5a6e47248c3ce7dfbdf1ee511aff0 Mon Sep 17 00:00:00 2001
From: Michael Adam <obnox at samba.org>
Date: Tue, 12 Jul 2016 10:43:45 +0200
Subject: [PATCH] libsmb:namequery: fix typo in comment in get_dc_list()

Signed-off-by: Michael Adam <obnox at samba.org>
---
 source3/libsmb/namequery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index 4709c03..945fc64 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/libsmb/namequery.c
@@ -3173,7 +3173,7 @@ static NTSTATUS get_dc_list(const char *domain,
 			next_token_talloc(ctx, &p, &name, LIST_SEP)) {
 		struct sockaddr_storage name_ss;
 
-		/* copy any addersses from the auto lookup */
+		/* copy any addresses from the auto lookup */
 
 		if (strequal(name, "*")) {
 			for (j=0; j<auto_count; j++) {
-- 
2.5.5

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20160712/22ac78d0/signature.sig>


More information about the samba-technical mailing list