maint: typo in log message

This commit is contained in:
James Hodgkinson 2025-05-09 11:29:02 +10:00 committed by Firstyear
parent 378ddadeda
commit f31a1fc050

View file

@ -553,7 +553,7 @@ impl Oauth2ResourceServersWriteTransaction<'_> {
}
let Some(key_object) = key_providers.get_key_object_handle(uuid) else {
error!("OAuth2 rs is missing it's key object!");
error!("OAuth2 RS is missing its key object!");
return Err(OperationError::InvalidEntryState);
};