From 00450608fbb1abc4bd5e75d269ff0c87f87b9b48 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 10 May 2010 17:28:51 +0100 Subject: [PATCH] Fix comment. --- lib/ZOOM/IRSpy/Task.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ZOOM/IRSpy/Task.pm b/lib/ZOOM/IRSpy/Task.pm index a115649..e83552e 100644 --- a/lib/ZOOM/IRSpy/Task.pm +++ b/lib/ZOOM/IRSpy/Task.pm @@ -80,9 +80,9 @@ sub run { # # As a special case, options in the task's option-hash whose names # begin with an asterisk are taken to be persistent: they are set into -# the Connection (with the leading hash removed) and deleted from the -# task's option-hash so that they will NOT be reset the next time this -# function is called. +# the Connection (with the leading asterisk removed) and deleted from +# the task's option-hash so that they will NOT be reset the next time +# this function is called. # sub set_options { my $this = shift(); -- 1.7.10.4