File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ public function getNameIdData()
624624 $ spEntityId = $ spData ['entityId ' ];
625625 if ($ spEntityId != $ nameId ->getAttribute ($ attr )) {
626626 throw new OneLogin_Saml2_ValidationError (
627- "The SPNameQualifier value mistmatch the SP entityID value. " ,
627+ "The SPNameQualifier value mismatch the SP entityID value. " ,
628628 OneLogin_Saml2_ValidationError::SP_NAME_QUALIFIER_NAME_MISMATCH
629629 );
630630 }
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ public function testReturnNameId()
184184 $ nameId10 = $ response10 ->getNameId ();
185185 $ this ->fail ('OneLogin_Saml2_ValidationError was not raised ' );
186186 } catch (OneLogin_Saml2_ValidationError $ e ) {
187- $ this ->assertContains ('The SPNameQualifier value mistmatch the SP entityID value. ' , $ e ->getMessage ());
187+ $ this ->assertContains ('The SPNameQualifier value mismatch the SP entityID value. ' , $ e ->getMessage ());
188188 }
189189
190190 $ response11 = new OneLogin_Saml2_Response ($ settings , $ xml6 );
@@ -395,7 +395,7 @@ public function testGetNameIdData()
395395 $ nameIdData10 = $ response10 ->getNameIdData ();
396396 $ this ->fail ('OneLogin_Saml2_ValidationError was not raised ' );
397397 } catch (OneLogin_Saml2_ValidationError $ e ) {
398- $ this ->assertContains ('The SPNameQualifier value mistmatch the SP entityID value. ' , $ e ->getMessage ());
398+ $ this ->assertContains ('The SPNameQualifier value mismatch the SP entityID value. ' , $ e ->getMessage ());
399399 }
400400
401401 $ response11 = new OneLogin_Saml2_Response ($ settings , $ xml6 );
You can’t perform that action at this time.
0 commit comments