From 42604cc8d11743febf5aa892cb3a7d3c32bfed48 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 12 Feb 2016 22:05:21 +0100 Subject: Fix typos reported by lintian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Pavel Březina --- src/ldb_modules/memberof.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/ldb_modules') diff --git a/src/ldb_modules/memberof.c b/src/ldb_modules/memberof.c index 4d7b23ea..83d93196 100644 --- a/src/ldb_modules/memberof.c +++ b/src/ldb_modules/memberof.c @@ -411,7 +411,7 @@ static int mbof_add_fill_ghop_ex(struct mbof_add_ctx *add_ctx, return LDB_SUCCESS; default: - /* an error occured, return */ + /* an error occurred, return */ return ret; } @@ -911,7 +911,7 @@ static int mbof_add_operation(struct mbof_add_operation *addop) break; default: - /* an error occured, return */ + /* an error occurred, return */ return ret; } @@ -2133,7 +2133,7 @@ static int mbof_del_mod_entry(struct mbof_del_operation *delop) is_user = false; break; default: - /* an error occured, return */ + /* an error occurred, return */ return ret; } @@ -2457,7 +2457,7 @@ static int mbof_del_fill_muop(struct mbof_del_ctx *del_ctx, return LDB_SUCCESS; default: - /* an error occured, return */ + /* an error occurred, return */ return ret; } @@ -2520,7 +2520,7 @@ static int mbof_del_fill_ghop_ex(struct mbof_del_ctx *del_ctx, return LDB_SUCCESS; default: - /* an error occured, return */ + /* an error occurred, return */ return ret; } -- cgit