Fixed typo in SQL query

This commit is contained in:
Wouter van Oijen 2006-04-28 21:43:41 +00:00
parent a88c9b93c5
commit efe05d8469
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ sub get {
#-------------------------------------------------------------------
=head2 new ( session, key, [ namepsace ] )
=head2 new ( session, key, [ namespace ] )
The new method will return a handler for the configured caching mechanism. Defaults to WebGUI::Cache::FileCache. You must override this method when building your own cache plug-in.