diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2019-02-19 13:53:24 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-03-04 21:41:17 +0000 |
commit | 4d8aa4a160c272171a5b488d74b29474f3c26d58 (patch) | |
tree | 48fd7a17b4583a17d49a7a5fba91d36604b7f308 | |
parent | c1b6fe62a4b5bfe4c534cf4eaad24b8ed57d3520 (diff) | |
download | samba-4d8aa4a160c272171a5b488d74b29474f3c26d58.tar.gz |
s4/auth/krb: fix spelling of entries
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | source4/auth/kerberos/srv_keytab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/srv_keytab.c b/source4/auth/kerberos/srv_keytab.c index d08721ba87c..52e1e228669 100644 --- a/source4/auth/kerberos/srv_keytab.c +++ b/source4/auth/kerberos/srv_keytab.c @@ -306,7 +306,7 @@ krb5_error_code smb_krb5_update_keytab(TALLOC_CTX *parent_ctx, if (!delete_all_kvno) { /* Create a new keytab. If during the cleanout we found - * entires for kvno -1, then don't try and duplicate them. + * entries for kvno -1, then don't try and duplicate them. * Otherwise, add kvno, and kvno -1 */ if (saltPrincipal == NULL) { *perror_string = talloc_strdup(parent_ctx, |