--- PApp-SQL/SQL.pm 2002/04/11 01:02:10 1.24 +++ 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). @@ -418,7 +418,7 @@ =item $db->password -Return the password (emphasizing the fact that the apssword is stored plaintext ;) +Return the password (emphasizing the fact that the password is stored plaintext ;) =cut