hdb: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-07-20 13:39:11 +12:00
committed by Jeffrey Altman
parent 7cb320b46a
commit d9d3dd448d

View File

@@ -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++) {