From: Jelmer Vernooij Date: Sun, 13 May 2012 01:29:48 +0000 (+0200) Subject: lib/util: Fix typo in comment. X-Git-Tag: samba-4.0.0beta2~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce10a7a673e8adf;p=thirdparty%2Fsamba.git lib/util: Fix typo in comment. --- diff --git a/lib/util/charset/convert_string.c b/lib/util/charset/convert_string.c index 4f9917e5714..2e666802c9e 100644 --- a/lib/util/charset/convert_string.c +++ b/lib/util/charset/convert_string.c @@ -340,7 +340,7 @@ bool convert_string_handle(struct smb_iconv_handle *ic, * * Ensure the srclen contains the terminating zero. * - * I hate the goto's in this function. It's embarressing..... + * I hate the goto's in this function. It's emberrassing..... * There has to be a cleaner way to do this. JRA. */ bool convert_string_talloc_handle(TALLOC_CTX *ctx, struct smb_iconv_handle *ic,