--- PApp-SQL/SQL.pm 2002/04/13 00:58:39 1.25 +++ PApp-SQL/SQL.pm 2002/04/16 17:18:37 1.26 @@ -320,7 +320,7 @@ Returns (and possibly changes) the LRU cache size used by C. The default is somewhere around 50 (= the 50 last recently used statements -will be cached). It shouldn't be too large, since a simple linear listed +will be cached). It shouldn't be too large, since a simple linear list is used for the cache at the moment (which, for small (<100) cache sizes is actually quite fast).