Skip to content

Commit

Permalink
Typos found by Petras Kudaras.
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Dec 22, 2003
1 parent 3aad826 commit 8a07216
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.SUBMITTING_PATCH
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Please add the prefix "[PATCH]" to your email subject and make sure
to include the patch as a MIME attachment even if it is short.

NOTE: only MIME attachments of type 'text/*' are accepted. The
easiest way to acclomplish this, is to make the extension
easiest way to accomplish this, is to make the extension
'.txt'.

Test scripts should be included in the same email.
Expand All @@ -100,7 +100,7 @@ Finally, add the bug Id(s) which can be closed by your patch, if any.


What happens after you submit your patch
--------------------------------------
----------------------------------------
If your patch is easy to review and has obviously no side-effects,
it might take up to a few hours until someone commits it.

Expand Down
2 changes: 1 addition & 1 deletion ext/exif/tests/exif005.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output_handler=
zlib.output_compression=0
--FILE--
<?php
/* Do not change this test it is a REATME.TESTING example.
/* Do not change this test it is a README.TESTING example.
* test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
*/
$image = exif_read_data(dirname(__FILE__).'/test5.jpg','',true,false);
Expand Down
2 changes: 1 addition & 1 deletion ext/standard/tests/strings/str_shuffle.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Testing str_shuffle.
--FILE--
<?php
/* Do not change this test it is a REATME.TESTING example. */
/* Do not change this test it is a README.TESTING example. */
$s = '123';
var_dump(str_shuffle($s));
var_dump($s);
Expand Down
2 changes: 1 addition & 1 deletion ext/standard/tests/strings/strtr.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
strtr() function
--FILE--
<?php
/* Do not change this test it is a REATME.TESTING example. */
/* Do not change this test it is a README.TESTING example. */
$trans = array("hello"=>"hi", "hi"=>"hello", "a"=>"A", "world"=>"planet");
var_dump(strtr("# hi all, I said hello world! #", $trans));
?>
Expand Down

0 comments on commit 8a07216

Please sign in to comment.