Author: Chuck Burgess (ashnazg)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2022-07-25T16:22:14+01:00

Commit: 
https://github.com/php/web-qa/commit/2e2d3083cfec3c015e188275746862cb9cb1bb41
Raw diff: 
https://github.com/php/web-qa/commit/2e2d3083cfec3c015e188275746862cb9cb1bb41.diff

typos (#37)

Changed paths:
  M  expectf_details.php


Diff:

diff --git a/expectf_details.php b/expectf_details.php
index bec17c2..d2769e9 100644
--- a/expectf_details.php
+++ b/expectf_details.php
@@ -25,19 +25,19 @@
 </tr>
 <tr>
   <td> %s </td>
-  <td> One or more of anything (charater or white space) except the end of 
line character. </td>
+  <td> One or more of anything (character or white space) except the end of 
line character. </td>
 </tr>
 <tr>
   <td> %S </td>
-  <td> Zero or more of anything (charater or white space) except the end of 
line character. </td>
+  <td> Zero or more of anything (character or white space) except the end of 
line character. </td>
 </tr>
 <tr>
   <td> %a </td>
-  <td> One or more of anything (charater or white space) including the end of 
line character. </td>
+  <td> One or more of anything (character or white space) including the end of 
line character. </td>
 </tr>
 <tr>
   <td> %A </td>
-  <td> Zero or more of anything (charater or white space) including the end of 
line character. </td>
+  <td> Zero or more of anything (character or white space) including the end 
of line character. </td>
 </tr>
 <tr>
   <td> %w </td>
@@ -81,7 +81,7 @@
 </tr>
  <tr>
   <td> %u|b% </td>
-  <td> Matches a single 'u' in PHP6 test output where the PHP5 output from the 
same test hs no character in that position.</td>
+  <td> Matches a single 'u' in PHP6 test output where the PHP5 output from the 
same test has no character in that position.</td>
 </tr>
 </table>
 

Reply via email to