Skip to content

Commit 54e1450

Browse files
authored
mispelings
1 parent e4d15e6 commit 54e1450

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

advanced_settings_example.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191

9292
// If true, Destination URL should strictly match to the address to
9393
// which the response has been sent.
94-
// Notice that if 'relaxDestinationValidation' is true an empty Destintation
94+
// Notice that if 'relaxDestinationValidation' is true an empty Destination
9595
// will be accepted.
9696
'destinationStrictlyMatches' => false,
9797

98-
// If true, SAMLResponses with an InResponseTo value will be rejectd if not
98+
// If true, SAMLResponses with an InResponseTo value will be rejected if not
9999
// AuthNRequest ID provided to the validation method.
100100
'rejectUnsolicitedResponsesWithInResponseTo' => false,
101101

@@ -121,7 +121,7 @@
121121
'lowercaseUrlencoding' => false,
122122
),
123123

124-
// Contact information template, it is recommended to suply a technical and support contacts
124+
// Contact information template, it is recommended to supply a technical and support contacts
125125
'contactPerson' => array (
126126
'technical' => array (
127127
'givenName' => '',
@@ -133,7 +133,7 @@
133133
),
134134
),
135135

136-
// Organization information template, the info in en_US lang is recomended, add more if required
136+
// Organization information template, the info in en_US lang is recommended, add more if required
137137
'organization' => array (
138138
'en-US' => array(
139139
'name' => '',

0 commit comments

Comments
 (0)