summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/Double_Inherited_Component/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL_Test/Double_Inherited_Component/run_test.pl')
-rwxr-xr-xCIAO/tests/IDL_Test/Double_Inherited_Component/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tests/IDL_Test/Double_Inherited_Component/run_test.pl b/CIAO/tests/IDL_Test/Double_Inherited_Component/run_test.pl
index e24435d7f90..0e2ad014105 100755
--- a/CIAO/tests/IDL_Test/Double_Inherited_Component/run_test.pl
+++ b/CIAO/tests/IDL_Test/Double_Inherited_Component/run_test.pl
@@ -51,7 +51,7 @@ sub create_targets {
$tg_naming->AddLibPath ('../lib');
# daemon
for ($i = 0; $i < $nr_daemon; ++$i) {
- $tg_daemons[$i] = PerlACE::TestTarget::create_target ($i+1) || die "Create target for deamon $i failed\n";
+ $tg_daemons[$i] = PerlACE::TestTarget::create_target ($i+1) || die "Create target for daemon $i failed\n";
$tg_daemons[$i]->AddLibPath ('../lib');
}
# execution manager