From 3cbda0ebc0cf5b418d47ef98dcc004dcc0bf985c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 6 Oct 2016 10:02:49 +0200 Subject: Forker.pm: Fix some typos in comments. --- lib/Arctica/Core/Mother/Forker.pm | 4 ++-- 1 file 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) { -- cgit v1.2.3