]> git.etc.gen.nz Git - picture-display.git/commitdiff
Fix a typo.
authorAndrew Ruthven <puck@catalyst.net.nz>
Wed, 24 Sep 2008 03:42:57 +0000 (15:42 +1200)
committerAndrew Ruthven <puck@dirk.wgtn.cat-it.co.nz>
Wed, 24 Sep 2008 03:42:57 +0000 (15:42 +1200)
lib/Display/Plugins/FSpot.pm

index fa42c9bdcfd87a2c025a6bc1f43375543d063a13..b191d464d06c850d957a5ac22fdf66b439938f22 100644 (file)
@@ -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 => '',
   );