lib/util: Fix typo in comment.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 13 May 2012 01:29:48 +0000 (03:29 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 14 Jun 2012 23:18:08 +0000 (01:18 +0200)
lib/util/charset/convert_string.c

index 4f9917e57144272554b8630b332abc987e9989a5..2e666802c9e06b6f8ced38f1fcdd6443b06a7fd0 100644 (file)
@@ -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,