]> granicus.if.org Git - php/commitdiff
Fix typo
authorThomas Lallement <thomas.lallement@9online.fr>
Wed, 13 Feb 2013 18:56:44 +0000 (19:56 +0100)
committerThomas Lallement <thomas.lallement@9online.fr>
Wed, 13 Feb 2013 18:56:44 +0000 (19:56 +0100)
README

diff --git a/README b/README
index 224ebe3f284f5f4f86fdac04378fc491cf2a4195..05c4c6068139a14496c51be625f46d173337c0ac 100644 (file)
--- 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.