diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-06 10:02:49 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-06 10:02:49 +0200 |
commit | 3cbda0ebc0cf5b418d47ef98dcc004dcc0bf985c (patch) | |
tree | a4db203f120ff2b48413b75da1c59c7a760c5ab1 | |
parent | f163f7c82fe40fa72e7c03e05b5689414b1b705c (diff) | |
download | perl-Arctica-Core-Mother-Forker-3cbda0ebc0cf5b418d47ef98dcc004dcc0bf985c.tar.gz perl-Arctica-Core-Mother-Forker-3cbda0ebc0cf5b418d47ef98dcc004dcc0bf985c.tar.bz2 perl-Arctica-Core-Mother-Forker-3cbda0ebc0cf5b418d47ef98dcc004dcc0bf985c.zip |
Forker.pm: Fix some typos in comments.
-rw-r--r-- | lib/Arctica/Core/Mother/Forker.pm | 4 |
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) { |