From 0b66962f1cb875c1e71cb8a4e7f4a17b4c076405 Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 16 May 2010 21:01:28 +0000 Subject: [PATCH] Spotted minor typos while reading up on the new addition. miker++ # looks like a promising direction! git-svn-id: svn://svn.open-ils.org/ILS/trunk@16440 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql b/Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql index 42f8974078..3162be3b01 100644 --- a/Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql +++ b/Open-ILS/src/sql/Pg/pgmemcache-perm_cache.sql @@ -4,8 +4,8 @@ BEGIN; * 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 @@ BEGIN; * * * 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 @@ BEGIN; * 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 * */ -- 2.11.0