From 2e743e10ceb17abf3eeb02ed74bbe65839fff6b5 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sat, 22 Aug 2020 12:55:49 +0200 Subject: Fixed typo in comment * TAO/tests/AMI/run_test.pl: --- TAO/tests/AMI/run_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/tests/AMI/run_test.pl b/TAO/tests/AMI/run_test.pl index 13f9a99095c..884119168eb 100755 --- a/TAO/tests/AMI/run_test.pl +++ b/TAO/tests/AMI/run_test.pl @@ -63,7 +63,7 @@ if ($client->PutFile ($iorbase) == -1) { $SV->Kill (); $SV->TimedWait (1); exit 1; } -# copy the configruation file. +# copy the configuration file. if ($client->PutFile ($conf_file) == -1) { print STDERR "ERROR: cannot set file <$client_conf>\n"; $SV->Kill (); $SV->TimedWait (1); -- cgit v1.2.1