From: Volker Lendecke Date: Sun, 7 Feb 2016 15:22:59 +0000 (+0100) Subject: credentials: Fix a typo X-Git-Tag: ldb-1.1.26~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58de339247f843672cabb94845f8d79dd841a69e;p=thirdparty%2Fsamba.git credentials: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- diff --git a/auth/credentials/credentials_secrets.c b/auth/credentials/credentials_secrets.c index 8dbbad43d5f..d5a37cff89e 100644 --- a/auth/credentials/credentials_secrets.c +++ b/auth/credentials/credentials_secrets.c @@ -402,7 +402,7 @@ _PUBLIC_ NTSTATUS cli_credentials_set_machine_account_db_ctx(struct cli_credenti } /** - * Fill in credentials for a particular prinicpal, from the secrets database. + * Fill in credentials for a particular principal, from the secrets database. * * @param cred Credentials structure to fill in * @retval NTSTATUS error detailing any failure