Skip to content

Commit 95f876a

Browse files
committed
Fix typo
1 parent 71840d6 commit 95f876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/org_user_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def get_inactive_users_msg(self, users_to_delete, tagusers):
109109
user_tagging_prefix = "@" if tagusers else ""
110110
users_as_list = "\n".join(str(user_tagging_prefix + s) for s in users_to_delete)
111111
return (
112-
f"According to the rolues for inactivity defined in [RFC-0025]({rfc}) following users will be deleted:\n"
112+
f"According to the rules for inactivity defined in [RFC-0025]({rfc}) following users will be deleted:\n"
113113
f"{users_as_list}\nAccording to the [revocation policy in the RFC]({rfc_revocation_rules}), users have"
114114
" two weeks to refute this revocation, if they wish."
115115
)

0 commit comments

Comments
 (0)