helly           Mon Dec 22 18:45:54 2003 EDT

  Modified files:              
    /php-src/ext/exif/tests     exif005.phpt 
    /php-src    README.SUBMITTING_PATCH 
    /php-src/ext/standard/tests/strings str_shuffle.phpt strtr.phpt 
  Log:
  Typos found by Petras Kudaras.
  
  
Index: php-src/ext/exif/tests/exif005.phpt
diff -u php-src/ext/exif/tests/exif005.phpt:1.5 php-src/ext/exif/tests/exif005.phpt:1.6
--- php-src/ext/exif/tests/exif005.phpt:1.5     Mon Dec 16 09:54:35 2002
+++ php-src/ext/exif/tests/exif005.phpt Mon Dec 22 18:45:52 2003
@@ -7,7 +7,7 @@
 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);
Index: php-src/README.SUBMITTING_PATCH
diff -u php-src/README.SUBMITTING_PATCH:1.7 php-src/README.SUBMITTING_PATCH:1.8
--- php-src/README.SUBMITTING_PATCH:1.7 Tue Jul  8 05:43:39 2003
+++ php-src/README.SUBMITTING_PATCH     Mon Dec 22 18:45:52 2003
@@ -90,7 +90,7 @@
 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.
@@ -100,7 +100,7 @@
 
 
 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.
 
Index: php-src/ext/standard/tests/strings/str_shuffle.phpt
diff -u php-src/ext/standard/tests/strings/str_shuffle.phpt:1.1 
php-src/ext/standard/tests/strings/str_shuffle.phpt:1.2
--- php-src/ext/standard/tests/strings/str_shuffle.phpt:1.1     Fri Oct 25 06:46:19 
2002
+++ php-src/ext/standard/tests/strings/str_shuffle.phpt Mon Dec 22 18:45:53 2003
@@ -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);
Index: php-src/ext/standard/tests/strings/strtr.phpt
diff -u php-src/ext/standard/tests/strings/strtr.phpt:1.3 
php-src/ext/standard/tests/strings/strtr.phpt:1.4
--- php-src/ext/standard/tests/strings/strtr.phpt:1.3   Fri Oct 25 06:46:19 2002
+++ php-src/ext/standard/tests/strings/strtr.phpt       Mon Dec 22 18:45:53 2003
@@ -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));
 ?>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to