summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 08:59:42 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:23 +0100
commit06df7ae92731b59e71a20cd32411cbf4a6c28f47 (patch)
tree8ec70c105dcdedd879d8e9df35458a323b00667f /source3/passdb/passdb.c
parentbca0d8ee673b86d374840591002229783c06128d (diff)
downloadsamba-06df7ae92731b59e71a20cd32411cbf4a6c28f47.tar.gz
Correct "somthing" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source3/passdb/passdb.c')
-rw-r--r--source3/passdb/passdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c
index f48c317603b..36aedadea22 100644
--- a/source3/passdb/passdb.c
+++ b/source3/passdb/passdb.c
@@ -2020,7 +2020,7 @@ static uint32_t init_buffer_from_samu_v3 (uint8_t **buf, struct samu *sampass, b
/* check to make sure we got it correct */
if (buflen != len) {
- DEBUG(0, ("init_buffer_from_samu_v3: somthing odd is going on here: bufflen (%lu) != len (%lu) in tdb_pack operations!\n",
+ DEBUG(0, ("init_buffer_from_samu_v3: something odd is going on here: bufflen (%lu) != len (%lu) in tdb_pack operations!\n",
(unsigned long)buflen, (unsigned long)len));
/* error */
SAFE_FREE (*buf);