]> granicus.if.org Git - php/commitdiff
Fix typo in tests
authorFabien Villepinte <fabien.villepinte@gmail.com>
Wed, 9 Oct 2019 20:39:32 +0000 (22:39 +0200)
committerJoe Watkins <krakjoe@php.net>
Thu, 10 Oct 2019 13:57:57 +0000 (15:57 +0200)
Zend/tests/array_offset.phpt
Zend/tests/bug61095.phpt
Zend/tests/bug61225.phpt
ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt

index 0879f809181a8f43ef484fb8c1a3093df8d34c18..0a86bf7e9ce668b7539abeffe9eb8117ac215b97 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Ensure "undefined offset" notice formats message corectly when undefined key is negative
+Ensure "undefined offset" notice formats message correctly when undefined key is negative
 --FILE--
 <?php
 
index 4ca196cd159ff60897af1df836ca26876eec683f..ce5426ca65384c7ed3d6034ce48637592f94f6bb 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #61095 (Lexing 0x00*+<NUM> incorectly)
+Bug #61095 (Lexing 0x00*+<NUM> incorrectly)
 --FILE--
 <?php
 echo 0x00+2;
index 33d74bd561ca65a90eea0feb10dc3093150a2cec..6baa00ace2d39e49f8afa3f85498dbda6dab7609 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #61225 (Lexing 0b0*+<NUM> incorectly)
+Bug #61225 (Lexing 0b0*+<NUM> incorrectly)
 --FILE--
 <?php
 echo 0b00+1;
index 88654e19738a31f545be298c6914aef2e9994cb5..f06e0a47893160d4de0d1363545e8141f23b472c 100644 (file)
@@ -8,8 +8,8 @@ if (!defined('IPPROTO_IPV6'))
        die('skip IPv6 not available.');
 /* Windows supports IPV6_RECVTCLASS and is able to receive the tclass via
  * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
- * does not accept IPV6_TCLASS messages. We still  test that sendmsg() works
- * corectly by sending an IPV6_PKTINFO message that will have no effect */
+ * does not accept IPV6_TCLASS messages. We still test that sendmsg() works
+ * correctly by sending an IPV6_PKTINFO message that will have no effect */
 --FILE--
 <?php
 include __DIR__."/mcast_helpers.php.inc";