[PATCH] acl: Fix typo: structrual -> structural
Matthieu Patou
mat at samba.org
Wed Oct 1 01:23:04 MDT 2014
Reviewed-by: Matthieu Patou <mat at matws.net>
On Sat, Sep 27, 2014 at 04:42:38PM +0200, Jelmer Vernooij wrote:
> Change-Id: I859f62042e16d146ab4cb1490ab725d2bfa06db1
> Signed-off-by: Jelmer Vernooij <jelmer at samba.org>
> ---
> source4/dsdb/samdb/ldb_modules/acl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/source4/dsdb/samdb/ldb_modules/acl.c b/source4/dsdb/samdb/ldb_modules/acl.c
> index 2ba57b7..e75fb2a 100644
> --- a/source4/dsdb/samdb/ldb_modules/acl.c
> +++ b/source4/dsdb/samdb/ldb_modules/acl.c
> @@ -867,7 +867,7 @@ static int acl_add(struct ldb_module *module, struct ldb_request *req)
> &objectclass->schemaIDGUID, req);
> if (ret != LDB_SUCCESS) {
> ldb_asprintf_errstring(ldb_module_get_ctx(module),
> - "acl: unable to find or validate structrual objectClass on %s\n",
> + "acl: unable to find or validate structural objectClass on %s\n",
> ldb_dn_get_linearized(req->op.add.message->dn));
> return ret;
> }
> --
> 2.1.1
>
More information about the samba-technical
mailing list