From 8eb7f73befec4ff0c03dfa377a59aa86cedca63e Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 7 Oct 2017 12:30:02 +0100 Subject: user: Fix typo. --- poezio/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/user.py') diff --git a/poezio/user.py b/poezio/user.py index f32f1fc9..45af17b4 100644 --- a/poezio/user.py +++ b/poezio/user.py @@ -58,7 +58,7 @@ class User(object): self.affiliation = affiliation self.show = show self.status = status - if role not in ROLE_DICT: # avoid unvalid roles + if role not in ROLE_DICT: # avoid invalid roles role = '' self.role = role -- cgit v1.2.3