Skip to content

Commit 361ff06

Browse files
authored
Fix typo in README.md
1 parent f7bc7f3 commit 361ff06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ A replay attack is basically try to reuse an intercepted valid SAML Message in o
167167
SAML Messages have a limited timelife (NotBefore, NotOnOrAfter) that
168168
make harder this kind of attacks, but they are still possible.
169169

170-
In order to avoid them, the SP can keep a list of SAML Messages or Assertion IDs alredy validated and processed. Those values only need
170+
In order to avoid them, the SP can keep a list of SAML Messages or Assertion IDs already validated and processed. Those values only need
171171
to be stored the amount of time of the SAML Message life time, so
172172
we don't need to store all processed message/assertion Ids, but the most recent ones.
173173

0 commit comments

Comments
 (0)