From ecffbe8adc61ef11277ee075896929d5b4e93fec Mon Sep 17 00:00:00 2001
From: Leo Gordon <lg4@ebi.ac.uk>
Date: Mon, 26 Apr 2010 11:23:27 +0000
Subject: [PATCH] typo in a remark

---
 modules/Bio/EnsEMBL/Hive/Process.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Hive/Process.pm b/modules/Bio/EnsEMBL/Hive/Process.pm
index 2044cd894..0f7134790 100755
--- a/modules/Bio/EnsEMBL/Hive/Process.pm
+++ b/modules/Bio/EnsEMBL/Hive/Process.pm
@@ -315,7 +315,7 @@ sub dataflow_output_id {
         # this tricky code is responsible for correct propagation of semaphores down the dataflow pipes:
     my $propagate_semaphore = not exists ($create_job_options->{'-semaphored_job_id'});     # CONVENTION: if zero is explicitly supplied, it is a request not to propagate
 
-        # However nothing is supplied, semaphored_job_id will be propagated from the parent job:
+        # However if nothing is supplied, semaphored_job_id will be propagated from the parent job:
     my $semaphored_job_id = $create_job_options->{'-semaphored_job_id'} ||= $self->input_job->semaphored_job_id();
 
         # if branch_code is set to 1 (explicitly or impliticly), turn off automatic dataflow:
-- 
GitLab