summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-07-09 19:12:09 +0200
committerRalph Böhme <slow@samba.org>2015-07-09 21:59:20 +0200
commit784b6a79b870296b9ded882afe74e92a01687318 (patch)
treeded0789efa8cd3f56dfca333657630bf14a188b3 /source3
parent540899a2d9b276f0b5ee5d474c1d6ce876411c14 (diff)
downloadsamba-784b6a79b870296b9ded882afe74e92a01687318.tar.gz
dalloc: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_server/mdssvc/dalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/mdssvc/dalloc.h b/source3/rpc_server/mdssvc/dalloc.h
index 7a0aecc4b29..b268893160b 100644
--- a/source3/rpc_server/mdssvc/dalloc.h
+++ b/source3/rpc_server/mdssvc/dalloc.h
@@ -103,7 +103,7 @@
nested = dalloc_get(d, "DALLOC_CTX", 2);
- But you can fetch elements from the neseted DALLOC_CTX:
+ But you can fetch elements from the nested DALLOC_CTX:
p = dalloc_get(d, "DALLOC_CTX", 2, "uint64_t", 0);