Index: /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 13633)
+++ /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 13634)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.54 2007-06-05 03:19:57 price Exp $
+# $Id: Config.pm,v 1.55 2007-06-05 03:39:13 price Exp $
 
 package PS::IPP::Config;
@@ -554,7 +554,7 @@
 	}
 	
-	my $rejName = metadataLookupStr($camera, 'REJECTION'); # Name of rejection file
+	my $rejName = metadataLookupStr($camera, 'REJECTIONS'); # Name of rejection file
 	unless (defined $rejName) {
-	    carp "Can't find REJECTION list in camera configuration.\n";
+	    carp "Can't find REJECTIONS list in camera configuration.\n";
 	    return undef;
 	}
@@ -583,5 +583,5 @@
       if (lc($item->{name}) eq $type) {
 	  unless ($item->{class} eq "metadata") {
-	      carp "$name within REJECTION is not of type METADATA";
+	      carp "$name within REJECTIONS is not of type METADATA";
 	      exit($PS_EXIT_PROG_ERROR);
 	  }
@@ -609,7 +609,7 @@
 
     if (not defined $filter) {
-	carp "Unable to find type $type with no FILTER in REJECTION list.\n";
+	carp "Unable to find type $type with no FILTER in REJECTIONS list.\n";
     } else {
-	carp "Unable to find type $type with FILTER $filter in REJECTION list.\n";
+	carp "Unable to find type $type with FILTER $filter in REJECTIONS list.\n";
     }
     return undef;
