[Erp5-report] r37828 kazuhiko - in /erp5/trunk/utils: erp5.recipe.memcachedserver/ erp5.rec...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 16 08:06:46 CEST 2010


Author: kazuhiko
Date: Mon Aug 16 08:06:45 2010
New Revision: 37828

URL: http://svn.erp5.org?rev=37828&view=rev
Log:
fix typos and cosmetic changes only.

Modified:
    erp5/trunk/utils/erp5.recipe.memcachedserver/README.txt
    erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt

Modified: erp5/trunk/utils/erp5.recipe.memcachedserver/README.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.memcachedserver/README.txt?rev=37828&r1=37827&r2=37828&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.memcachedserver/README.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.memcachedserver/README.txt [utf8] Mon Aug 16 08:06:45 2010
@@ -1,8 +1,8 @@
 Introduction
 ============
 
-This recipe generates a new daemon setup for Memcached, and allows to have 
-multiple Memcached daemons running in the same machine. This does not compile 
+This recipe generates a new daemon setup for Memcached, and allows to have
+multiple Memcached daemons running in the same machine. This does not compile
 new Memcached Software but only reuse some existing one.
 
 Example
@@ -18,7 +18,7 @@ depends =
   ${create-directories:command}
 recipe = erp5.recipe.memcachedserver
 
-memcached_software_bin = 
+memcached_software_bin =
   ${software_definition:software_home}/parts/memcached/bin
 memcached_bin_folder = ${buildout:data-bin-directory}
 memcached_conf_file = ${buildout:etc-directory}/memcached.conf
@@ -50,5 +50,5 @@ memcached_threads = 4
 Note
 =======
 Every Memcached options used here are optional. If an option is not specified
-int he buildout, memcached will use its default value.
-See man memcached for more information about these options.
\ No newline at end of file
+in the buildout, memcached will use its default value.
+See man memcached for more information about these options.

Modified: erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt?rev=37828&r1=37827&r2=37828&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt [utf8] Mon Aug 16 08:06:45 2010
@@ -23,7 +23,7 @@ Options
 
 mysql_software_bin
 
-   Where the Orginal Software Binaries are installed, like /usr/bin when
+   Where the Original Software Binaries are installed, like /usr/bin when
    are provided by Linux Packages.
 
 mysql_bin_folder
@@ -33,7 +33,7 @@ mysql_bin_folder
 
 mysql_datadir
 
-   Where the MYSQL data will be kept.
+   Where the MySQL data will be kept.
 
 mysql_cnf_file
 




More information about the Erp5-report mailing list