[PHP-CVS] com php-src: Fixed typo: README

2013-03-15 Thread Dmitry Stogov
Commit:a6e115e94e1f84335c75860317bad696c77aad94
Author:Dmitry Stogov  Tue, 26 Feb 2013 23:05:24 
+0400
Parents:   616214f929f74c6f0e19515959925466646e1194
Branches:  PHP-5.5 master

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

Log:
Fixed typo

Changed paths:
  M  README


Diff:
diff --git a/README b/README
index 34c8bca..2700504 100644
--- a/README
+++ b/README
@@ -144,7 +144,7 @@ zend_optimizerplus.inherited_hack (default "1")
anymore and this setting has no effect.
 
 zend_optimizerplus.dups_fix (default "0")
-   Enable this hack as a workaround for "Cannot redecalre class" errors.
+   Enable this hack as a workaround for "Cannot redeclare class" errors.
 
 zend_optimizerplus.blacklist_filename
The location of the Optimizer+ blacklist file.


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



[PHP-CVS] com php-src: Fixed typo: README

2013-03-15 Thread Dmitry Stogov
Commit:171843a4e0b4fe55af74893f91e4432eb7b5ec58
Author:Patrick Allaert  Thu, 28 Feb 2013 
15:44:58 +0100
Parents:   d39a49a5340643483f6a94f391328b2d46a24d3b
Branches:  PHP-5.5 master

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

Log:
Fixed typo

Changed paths:
  M  README


Diff:
diff --git a/README b/README
index 2700504..d56d450 100644
--- a/README
+++ b/README
@@ -185,7 +185,7 @@ zend_optimizerplus.log_verbosity_level (default "1")
debug messages (level 4).
 
 zend_optimizerplus.preferred_memory_model
-   Preffered Shared Memory back-end. Leave empty and let the system decide.
+   Preferred Shared Memory back-end. Leave empty and let the system decide.
 
 zend_optimizerplus.protect_memory (default "0")
Protect the shared memory from unexpected writing during script 
execution.


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