Skip to content

Commit ea9837f

Browse files
authored
mispelings
1 parent c1d6512 commit ea9837f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Saml2/Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public function isValid($requestId = null)
218218
);
219219
}
220220

221-
// Validate Asserion timestamps
221+
// Validate Assertion timestamps
222222
$this->validateTimestamps();
223223

224224
// Validate AuthnStatement element exists and is unique
@@ -1068,7 +1068,7 @@ protected function _queryAssertion($assertionXpath)
10681068
}
10691069

10701070
/**
1071-
* Extracts nodes that match the query from the DOMDocument (Response Menssage)
1071+
* Extracts nodes that match the query from the DOMDocument (Response Message)
10721072
*
10731073
* @param string $query Xpath Expresion
10741074
*

0 commit comments

Comments
 (0)