From: Thomas Lallement Date: Wed, 13 Feb 2013 18:56:44 +0000 (+0100) Subject: Fix typo X-Git-Tag: php-5.5.0beta1~42^2~89^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8847f9107b231ed872429537f01ff442a2eb3378;p=php Fix typo --- diff --git a/README b/README index 224ebe3f28..05c4c60681 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.