[PATCH] lib: Fix a typo

Volker Lendecke Volker.Lendecke at SerNet.DE
Mon Dec 15 07:45:11 MST 2014


Review&push appreciated!

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 5ecb2303e33524dba14e478c15172fe4aab60bdb Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 15 Dec 2014 14:44:21 +0000
Subject: [PATCH] lib: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 lib/util/charset/iconv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/util/charset/iconv.c b/lib/util/charset/iconv.c
index c5b45fe..f4815f1 100644
--- a/lib/util/charset/iconv.c
+++ b/lib/util/charset/iconv.c
@@ -219,7 +219,7 @@ _PUBLIC_ smb_iconv_t smb_iconv_open_ex(TALLOC_CTX *mem_ctx, const char *tocode,
 	}
 
 #ifdef HAVE_NATIVE_ICONV
-	/* the from and to varaibles indicate a samba module or
+	/* the from and to variables indicate a samba module or
 	 * internal conversion, ret->pull and ret->push are
 	 * initialised only in this block for iconv based
 	 * conversions */
-- 
1.7.9.5



More information about the samba-technical mailing list