summaryrefslogtreecommitdiff
path: root/lib/util/charset
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-05-13 03:29:48 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-06-15 01:18:08 +0200
commitce10a7a673e8adf7cda0a136ea3421e3a0ca6033 (patch)
treebee4b148904cd950e01ba66a6847c1f646548e37 /lib/util/charset
parentec609443041dfb86151d510d8ecd7bc935d7bb00 (diff)
downloadsamba-ce10a7a673e8adf7cda0a136ea3421e3a0ca6033.tar.gz
samba-ce10a7a673e8adf7cda0a136ea3421e3a0ca6033.tar.bz2
samba-ce10a7a673e8adf7cda0a136ea3421e3a0ca6033.zip
lib/util: Fix typo in comment.
Diffstat (limited to 'lib/util/charset')
-rw-r--r--lib/util/charset/convert_string.c2
1 files changed, 1 insertions, 1 deletions
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,