From: Andrew Ruthven Date: Wed, 24 Sep 2008 03:42:57 +0000 (+1200) Subject: Fix a typo. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0a9db340dbf3c221af4ce6f7c987956f628513;p=picture-display.git Fix a typo. --- diff --git a/lib/Display/Plugins/FSpot.pm b/lib/Display/Plugins/FSpot.pm index fa42c9b..b191d46 100644 --- a/lib/Display/Plugins/FSpot.pm +++ b/lib/Display/Plugins/FSpot.pm @@ -107,7 +107,7 @@ sub init { POE::Component::EasyDBI->spawn( alias => 'FSpotDB', - dsn => "dbi:SQLite:dbname=" . ($self->{'config'}{'_config'}{'plugings'}{'DB'} || $default_f_spot_db), + dsn => "dbi:SQLite:dbname=" . ($self->{'config'}{'_config'}{'plugins'}{'DB'} || $default_f_spot_db), username => '', password => '', );