Typo fix in error message
Ash Berlin [Mon, 27 Nov 2006 21:39:23 +0000 (21:39 +0000)]
lib/SQL/Translator/Parser/DBIx/Class.pm

index ffe434a..edf6224 100644 (file)
@@ -50,7 +50,7 @@ sub parse {
     my @monikers = $dbixschema->sources;
     if ($limit_sources) {
         my $ref = ref $limit_sources || '';
-        die "'source' parameter must be an array or hash ref" unless $ref eq 'ARRAY' || ref eq 'HASH';
+        die "'sources' parameter must be an array or hash ref" unless $ref eq 'ARRAY' || ref eq 'HASH';
 
         # limit monikers to those specified in 
         my $sources;