From: Volker Lendecke Date: Wed, 4 Apr 2018 08:27:21 +0000 (+0200) Subject: credentials: Fix a typo X-Git-Tag: talloc-2.1.13~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc746385bf1b6b8a45d66af092f90a6228a93d78;p=thirdparty%2Fsamba.git credentials: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/auth/credentials/credentials_secrets.c b/auth/credentials/credentials_secrets.c index 25c1fddf2ec..2ae384fdb18 100644 --- a/auth/credentials/credentials_secrets.c +++ b/auth/credentials/credentials_secrets.c @@ -114,7 +114,7 @@ static NTSTATUS cli_credentials_set_secrets_lct(struct cli_credentials *cred, whenChanged = ldb_msg_find_ldb_val(msg, "whenChanged"); if (!whenChanged || ldb_val_to_time(whenChanged, &lct) != LDB_SUCCESS) { - /* This attribute is mandetory */ + /* This attribute is mandatory */ talloc_free(mem_ctx); return NT_STATUS_NOT_FOUND; }