diff options
-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 */ |