Skip to content

Commit bcb88b9

Browse files
committed
Merge pull request openid#35 from davidthewatson/patch-1
Fix typo in log message.
2 parents fc90195 + 13e2474 commit bcb88b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openid/consumer/consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ def getMessage(self, realm, return_to=None, immediate=False):
15951595

15961596
if self.assoc:
15971597
message.setArg(OPENID_NS, 'assoc_handle', self.assoc.handle)
1598-
assoc_log_msg = 'with assocication %s' % (self.assoc.handle,)
1598+
assoc_log_msg = 'with association %s' % (self.assoc.handle,)
15991599
else:
16001600
assoc_log_msg = 'using stateless mode.'
16011601

0 commit comments

Comments
 (0)