aboutsummaryrefslogtreecommitdiff
path: root/lib/Arctica/Core/Mother/Forker.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Arctica/Core/Mother/Forker.pm')
-rw-r--r--lib/Arctica/Core/Mother/Forker.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Arctica/Core/Mother/Forker.pm b/lib/Arctica/Core/Mother/Forker.pm
index 765e2f3..edb2acf 100644
--- a/lib/Arctica/Core/Mother/Forker.pm
+++ b/lib/Arctica/Core/Mother/Forker.pm
@@ -292,8 +292,8 @@ sub _afork_ipty {
}
}
-sub _is_child_alive {# Idealy you should catch deaths before this do...
- # Could this be done more effichient and pretty?
+sub _is_child_alive {# Ideally you should catch deaths before this do...
+ # Could this be done more efficient and pretty?
my $self = $_[0];
my $thekill = kill(0,$self->{'child_pid'});
if ($thekill > 0) {