From ce10a7a673e8adf7cda0a136ea3421e3a0ca6033 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 13 May 2012 03:29:48 +0200 Subject: lib/util: Fix typo in comment. --- lib/util/charset/convert_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/charset') diff --git a/lib/util/charset/convert_string.c b/lib/util/charset/convert_string.c index 4f9917e571..2e666802c9 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, -- cgit