summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-22 12:55:49 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-22 12:55:49 +0200
commit2e743e10ceb17abf3eeb02ed74bbe65839fff6b5 (patch)
tree8375a05e2891095a29ce4599effa1e4d3dd4cbb3
parent9c3067dab2857ef321efca5d9b258e0ba86f7e55 (diff)
downloadATCD-2e743e10ceb17abf3eeb02ed74bbe65839fff6b5.tar.gz
Fixed typo in comment
* TAO/tests/AMI/run_test.pl:
-rwxr-xr-xTAO/tests/AMI/run_test.pl2
1 files changed, 1 insertions, 1 deletions
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);