summaryrefslogtreecommitdiff
path: root/source3/groupdb
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 08:52:09 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:22 +0100
commit1429428caa5c2e81f2ac71c42c124a0f5c64cae7 (patch)
treef425ab50e6b71b3e19be5b02a863ba3d2bc65e02 /source3/groupdb
parent39f2579a545c2249441ab593ebc3bfa3d01a739d (diff)
downloadsamba-1429428caa5c2e81f2ac71c42c124a0f5c64cae7.tar.gz
Correct "errror" 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/groupdb')
-rw-r--r--source3/groupdb/mapping_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/groupdb/mapping_tdb.c b/source3/groupdb/mapping_tdb.c
index 8a6b28c2a1c..33d4e6d3cb9 100644
--- a/source3/groupdb/mapping_tdb.c
+++ b/source3/groupdb/mapping_tdb.c
@@ -1049,7 +1049,7 @@ static int convert_ldb_record(TDB_CONTEXT *ltdb, TDB_DATA key,
}
if (remaining != 0) {
- DEBUG(0, ("Errror: %d bytes unread in ltdb_unpack_data\n",
+ DEBUG(0, ("Error: %d bytes unread in ltdb_unpack_data\n",
remaining));
}