File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments