Skip to content

Commit a7e0835

Browse files
committed
Fix typos
1 parent 4f2c7ec commit a7e0835

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ demo1, only changes the targets.
14751475
valid, close the user session of the local app. Notice that the SLO
14761476
Workflow starts and ends at the SP.
14771477

1478-
5.2 SLO Initiated by IdP. In this case, the action takes place on the IdP
1478+
4.2 SLO Initiated by IdP. In this case, the action takes place on the IdP
14791479
side, the logout process is initiated at the idP, sends a Logout
14801480
Request to the SP (SLS endpoint `sls.php` of the endpoint folder).
14811481
The SLS endpoint of the SP process the Logout Request and if is valid,

src/Saml2/LogoutResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function isValid($requestId = null, $retrieveParametersFromServer = false
227227
/**
228228
* Extracts a node from the DOMDocument (Logout Response Menssage)
229229
*
230-
* @param string $query Xpath Expresion
230+
* @param string $query Xpath Expression
231231
*
232232
* @return DOMNodeList The queried node
233233
*/

src/Saml2/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ public function validateSignedElements($signedElements)
997997
/**
998998
* Extracts a node from the DOMDocument (Assertion).
999999
*
1000-
* @param string $assertionXpath Xpath Expresion
1000+
* @param string $assertionXpath Xpath Expression
10011001
*
10021002
* @return DOMNodeList The queried node
10031003
*/

src/Saml2/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ public static function getExpireTime($cacheDuration = null, $validUntil = null)
892892
* Extracts nodes from the DOMDocument.
893893
*
894894
* @param DOMDocument $dom The DOMDocument
895-
* @param string $query \Xpath Expresion
895+
* @param string $query \Xpath Expression
896896
* @param DOMElement|null $context Context Node (DOMElement)
897897
*
898898
* @return DOMNodeList The queried nodes

0 commit comments

Comments
 (0)