credentials: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 4 Apr 2018 08:27:21 +0000 (10:27 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 4 Apr 2018 23:10:09 +0000 (01:10 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
auth/credentials/credentials_secrets.c

index 25c1fddf2ec8fe0cef04af0d3167811a765812bf..2ae384fdb189fb93c06e576c0172bdaa7e714ad0 100644 (file)
@@ -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;
        }