From 953fd15e9f2a0bfb01a26d2501646c410c21aaca Mon Sep 17 00:00:00 2001 From: berick Date: Wed, 30 Mar 2011 13:35:25 -0400 Subject: [PATCH] annoying typo --- Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl b/Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl index 2c6713ddab..d91687331d 100755 --- a/Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl +++ b/Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl @@ -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); } -- 2.11.0