From 627a98d095f660fdb98e81c495a4395bf18094df Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 10 Feb 2015 20:11:54 +0000 Subject: [PATCH] lib: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/lib/util_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c index 3de64c6f5ab..a2d5997e771 100644 --- a/source3/lib/util_str.c +++ b/source3/lib/util_str.c @@ -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, -- 2.11.4.GIT