Fix comment.
authorMike Taylor <mike@miketaylor.org.uk>
Mon, 10 May 2010 16:28:51 +0000 (17:28 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Mon, 10 May 2010 16:28:51 +0000 (17:28 +0100)
lib/ZOOM/IRSpy/Task.pm

index a115649..e83552e 100644 (file)
@@ -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
 #
 # 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();
 #
 sub set_options {
     my $this = shift();