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=953fd15e9f2a0bfb01a26d2501646c410c21aaca;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); }