summaryrefslogtreecommitdiffstats
path: root/source3/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-02-10 20:11:54 +0000
committerJeremy Allison <jra@samba.org>2015-02-10 23:35:08 +0100
commit627a98d095f660fdb98e81c495a4395bf18094df (patch)
tree6838aee5dce88c90db0223d8e9b106cfaffbb67a /source3/lib
parent080ec0f7d9735b27138deb5f91a397935f089f02 (diff)
downloadsamba-627a98d095f660fdb98e81c495a4395bf18094df.tar.gz
samba-627a98d095f660fdb98e81c495a4395bf18094df.tar.xz
samba-627a98d095f660fdb98e81c495a4395bf18094df.zip
lib: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util_str.c2
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,