diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c index 3de64c6f5a..a2d5997e77 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, |