Commit:    7d5d6636afbeeb4e5922b3ed055aabb19b3f4d7b
Author:    hgsgtk <hgs...@gmail.com>         Thu, 3 Dec 2020 10:40:19 +0900
Committer: Christoph M. Becker <cmbecke...@gmx.de>      Thu, 3 Dec 2020 
11:24:32 +0100
Parents:   f25cd07c8b77ecfd316338f146e81122f97b4df1
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=7d5d6636afbeeb4e5922b3ed055aabb19b3f4d7b

Log:
fix typo 'shoudl' to 'should'

Closes GH-31.

Changed paths:
  M  write-test.php


Diff:
diff --git a/write-test.php b/write-test.php
index 1e987c6..d22fda7 100644
--- a/write-test.php
+++ b/write-test.php
@@ -157,7 +157,7 @@ string(32) "# hello All, I sAid hi planet! #"
 </pre>
 
 <p>As you can see the file is divided into several sections.  The TEST section 
holds a one line title
-of the phpt test, this shoudl be a simple description and shouldn't ever 
excede one line, if you need to write more explanation
+of the phpt test, this should be a simple description and shouldn't ever 
excede one line, if you need to write more explanation
 add comments in the body of the test case. The phpt files name is used when 
generating a .php file.  The FILE section is used
 as the body of the .php file, so don't forget to open and close your php tags. 
 The EXPECT section is
 the part used as a comparison to see if the test passes.  It is a

Reply via email to