From: berick Date: Wed, 30 Mar 2011 17:35:25 +0000 (-0400) Subject: annoying typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bce5d27d333a81e834d3f24c6a8fb7a4cc10a56a;p=evergreen%2Fequinox.git annoying typo --- 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); }