lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 10 Feb 2015 20:11:54 +0000 (20:11 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 10 Feb 2015 22:35:08 +0000 (23:35 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/util_str.c

index 3de64c6f5ab64a58c7826fe52884bb79fe2e363e..a2d5997e77160c139bf4f7177e3ef22f84806e6c 100644 (file)
@@ -910,7 +910,7 @@ uint64_t conv_str_size(const char * str)
 }
 
 /* Append an sprintf'ed string. Double buffer size on demand. Usable without
- * error checking in between. The indiation that something weird happened is
+ * error checking in between. The indication that something weird happened is
  * string==NULL */
 
 void sprintf_append(TALLOC_CTX *mem_ctx, char **string, ssize_t *len,