Skip to content

Commit ee5666d

Browse files
authored
mispelings
1 parent e4ca416 commit ee5666d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/Saml2/Settings.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ public function checkSPSettings($settings)
672672
if (!isset($contact['givenName']) || empty($contact['givenName'])
673673
|| !isset($contact['emailAddress']) || empty($contact['emailAddress'])
674674
) {
675-
$errors[] = 'contact_not_enought_data';
675+
$errors[] = 'contact_not_enough_data';
676676
break;
677677
}
678678
}
@@ -684,7 +684,7 @@ public function checkSPSettings($settings)
684684
|| !isset($organization['displayname']) || empty($organization['displayname'])
685685
|| !isset($organization['url']) || empty($organization['url'])
686686
) {
687-
$errors[] = 'organization_not_enought_data';
687+
$errors[] = 'organization_not_enough_data';
688688
break;
689689
}
690690
}
@@ -1040,7 +1040,7 @@ public function formatIdPCert()
10401040
}
10411041

10421042
/**
1043-
* Formats the Multple IdP certs.
1043+
* Formats the Multiple IdP certs.
10441044
*/
10451045
public function formatIdPCertMulti()
10461046
{

0 commit comments

Comments
 (0)