[open-ils-commits] r16440 - trunk/Open-ILS/src/sql/Pg (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun May 16 17:01:33 EDT 2010


Author: dbs
Date: 2010-05-16 17:01:28 -0400 (Sun, 16 May 2010)
New Revision: 16440

Modified:
   trunk/Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql
Log:
Spotted minor typos while reading up on the new addition.

miker++ # looks like a promising direction!


Modified: trunk/Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql	2010-05-16 20:19:09 UTC (rev 16439)
+++ trunk/Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql	2010-05-16 21:01:28 UTC (rev 16440)
@@ -4,8 +4,8 @@
  * Use pgmemcache and memcached to increase the speed of permission tests
  * ----------------------------------------------------------------------
  *
- * This set of fuctions allows the use of memcached as a caching mechanism for
- * permission checks.  It is transparent an optional.  If memcache is not set
+ * This set of functions allows the use of memcached as a caching mechanism for
+ * permission checks.  It is transparent and optional.  If memcache is not set
  * up, either by not running or the lack of the pgmemcache postgres addon,
  * then the default, existing behaviour is preserved and live database queries
  * are used to test all permissions.
@@ -21,7 +21,7 @@
  *
  *
  * On postgres 8.3 and later, pgmemcache 2.x is required.  In this new
- * pgmemecache the server configuration is controlled from within the
+ * pgmemcache the server configuration is controlled from within the
  * postgresql.conf file via user-defined variables read by the pgmemcache
  * intialization routines.  Please see the README for pgmemcache at
  *
@@ -30,7 +30,7 @@
  * or in the release tarball that was installed for details on configuration.
  *
  *
- * TODO: Make the cache timout configurable via a global setting for EG 2.0
+ * TODO: Make the cache timeout configurable via a global setting for EG 2.0
  *
  */
 



More information about the open-ils-commits mailing list