diff options
author | Volker Lendecke <vl@samba.org> | 2014-12-07 14:09:29 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-12-09 04:12:07 +0100 |
commit | 4debc30117a33fca1cc2667869cc6718afd62bbe (patch) | |
tree | a35d7a95f45066a037470dca2cc09fb9350450ca | |
parent | 5ebb1903858b4d1aadfa4e04644ec1b2b218b914 (diff) | |
download | samba-4debc30117a33fca1cc2667869cc6718afd62bbe.tar.gz samba-4debc30117a33fca1cc2667869cc6718afd62bbe.tar.xz samba-4debc30117a33fca1cc2667869cc6718afd62bbe.zip |
lib: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r-- | lib/util/charset/iconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/charset/iconv.c b/lib/util/charset/iconv.c index c5b45fe975..f4815f1717 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 */ |