From 2ac1d19d64bc3bc22a10ed3330cde25b6ab31852 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 17 Oct 2023 11:21:00 +1300 Subject: [PATCH] s4:kdc: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/kdc/db-glue.c | 2 +- source4/kdc/mit_samba.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/kdc/db-glue.c b/source4/kdc/db-glue.c index 61e833e43cd..38fac0d5ee8 100644 --- a/source4/kdc/db-glue.c +++ b/source4/kdc/db-glue.c @@ -1210,7 +1210,7 @@ static krb5_error_code samba_kdc_message2entry(krb5_context context, * by asking for a ticket to them as a service (encrypted with * their probably pathetically insecure password) * - * But user2user avoids using the keys bases on the password, + * But user2user avoids using the keys based on the password, * so we can allow it. */ diff --git a/source4/kdc/mit_samba.c b/source4/kdc/mit_samba.c index 2da054cb84e..ae8895d772b 100644 --- a/source4/kdc/mit_samba.c +++ b/source4/kdc/mit_samba.c @@ -276,7 +276,7 @@ fetch_referral_principal: * * ADDOM.SAMBA.EXAMPLE.COM * - * We look up if we have and entry in the database and get an + * We look up if we have an entry in the database and get an * entry with the principal: * * cifs/dc7.SAMBA2008R2.EXAMPLE.COM@SAMBA2008R2.EXAMPLE.COM -- 2.47.3