Skip to content

Commit 2575919

Browse files
committed
Merge pull request #27 from livenson/master
Typo fix
2 parents 6cfa04c + 7756d29 commit 2575919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onelogin/saml/Response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ def is_valid(self, _clock=None, _verifier=None):
202202
not_on_or_after = self._parse_datetime(not_on_or_after)
203203

204204
if now < not_before:
205-
raise ResponseConditionError('Timmig issue')
205+
raise ResponseConditionError('Timing issue')
206206
if now >= not_on_or_after:
207-
raise ResponseConditionError('Timmig issue')
207+
raise ResponseConditionError('Timing issue')
208208

209209
current_url = get_self_url_no_query(self._request_data)
210210

0 commit comments

Comments
 (0)