From d9d3dd448d29e278d0bf90f4d37afa288ff5d4e7 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 20 Jul 2023 13:39:11 +1200 Subject: [PATCH] hdb: Fix code spelling Signed-off-by: Joseph Sutton --- lib/hdb/ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/ext.c b/lib/hdb/ext.c index e885ff681..465a235f7 100644 --- a/lib/hdb/ext.c +++ b/lib/hdb/ext.c @@ -43,7 +43,7 @@ hdb_entry_check_mandatory(krb5_context context, const hdb_entry *ent) return 0; /* - * check for unknown extensions and if they where tagged mandatory + * check for unknown extensions and if they were tagged mandatory */ for (i = 0; i < ent->extensions->len; i++) {