Skip to content

Commit 33cef2d

Browse files
authored
mispelings
1 parent 7dcf628 commit 33cef2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/OneLogin/Saml2/UtilsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ public function testParseSAML2Time()
705705
$this->assertContains('Invalid SAML2 timestamp passed', $e->getMessage());
706706
}
707707

708-
// Now test if toolkit supports miliseconds
708+
// Now test if toolkit supports milliseconds
709709
$SAMLTime2 = '2013-12-10T04:39:31.120Z';
710710
$this->assertEquals($time, OneLogin_Saml2_Utils::parseSAML2Time($SAMLTime2));
711711
}

0 commit comments

Comments
 (0)