diff --git a/src/authentic2_auth_fc/utils.py b/src/authentic2_auth_fc/utils.py index 6e9c35b..c3adc7a 100644 --- a/src/authentic2_auth_fc/utils.py +++ b/src/authentic2_auth_fc/utils.py @@ -164,7 +164,7 @@ def apply_user_info_mappings(user, user_info): else: setattr(user.attributes, attribute, value) else: - logger.warning(u'auth_fc: unknown attribut in user_info mapping: %s', attribute) + logger.warning(u'auth_fc: unknown attribute in user_info mapping: %s', attribute) continue if mapping.get('tag'): tags.add(mapping['tag'])