annoying typo
authorberick <berick@esilibrary.com>
Wed, 30 Mar 2011 17:35:25 +0000 (13:35 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Jul 2011 18:34:23 +0000 (14:34 -0400)
Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl

index 2c6713d..d916873 100755 (executable)
@@ -121,7 +121,7 @@ sub direct {
             scalar(map { @{$_->copies} } @{$rec->{record}->call_numbers}));
     }
 
-    print "\ndurect calls processing duration is $duration\n\n";
+    print "\ndirect calls processing duration is $duration\n\n";
 }
 
 for (0..3) { direct(@recs); unapi(@recs); }