From 1683d090ccfb8b2959e091bdb9281a4991d943dc Mon Sep 17 00:00:00 2001
From: Brad Hards <bradh@frogmouth.net>
Date: Sun, 21 Feb 2010 17:22:45 +1100
Subject: LDB related spelling fixes.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
---
 source4/lib/ldb-samba/ldif_handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'source4/lib/ldb-samba')

diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c
index a3400dd774c..effec46fda4 100644
--- a/source4/lib/ldb-samba/ldif_handlers.c
+++ b/source4/lib/ldb-samba/ldif_handlers.c
@@ -533,7 +533,7 @@ static int ldif_read_prefixMap(struct ldb_context *ldb, void *mem_ctx,
 				p[0] = '\0';
 			}
 		}
-		/* allow a traling seperator */
+		/* allow a trailing separator */
 		if (line == p) {
 			break;
 		}
-- 
cgit