Index: trunk/ippScripts/scripts/ipp_serial_inject.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_serial_inject.pl	(revision 13748)
+++ trunk/ippScripts/scripts/ipp_serial_inject.pl	(revision 13751)
@@ -57,5 +57,6 @@
     my $relfile = $ipprc->convert_filename_relative( $absfile );
 
-    my $command_type = "$ppStats -recipe PPSTATS RESIDUAL $absfile";
+    my $command_type = "$ppStats -recipe PPSTATS INJECT $absfile";
+
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = run(command => $command_type, verbose => 1);
     die "Unable to perform ppStats: $error_code\n" if not $success;
