Commit:    8847f9107b231ed872429537f01ff442a2eb3378
Author:    Thomas Lallement <thomas.lallem...@9online.fr>         Wed, 13 Feb 
2013 19:56:44 +0100
Parents:   7334835143cf3a3907337e5f8b718252d870ea74
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=8847f9107b231ed872429537f01ff442a2eb3378

Log:
Fix typo

Changed paths:
  M  README


Diff:
diff --git a/README b/README
index 224ebe3..05c4c60 100644
--- a/README
+++ b/README
@@ -67,7 +67,7 @@ zend_optimizerplus.interned_strings_buffer (default "4")
 
 zend_optimizerplus.max_accelerated_files (default "2000")
        The maximum number of keys (scripts) in the Optimizer+ hash table.
-       The number is actually the the first one in the following set of prime
+       The number is actually the first one in the following set of prime
        numbers that is bigger than the one supplied: { 223, 463, 983, 1979, 
3907,
        7963, 16229, 32531, 65407, 130987 }. Only numbers between 200 and 100000
        are allowed.


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

Reply via email to