From 5442566524f60984227ba78a65629b49f2c27274 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 9 Feb 2021 23:05:36 -0800 Subject: [PATCH] fixed typo in comment --- bin/feedgnuplot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 2a7d872..db25b2e 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -960,7 +960,7 @@ sub mainThread { if( $options{timefmt} ) { - # no point if doing anything unless I have at least the domain and + # no point in doing anything unless I have at least the domain and # 1 piece of data next if @fields < $options{timefmt_Ncols}+1; @@ -970,7 +970,7 @@ sub mainThread } elsif(!$options{'3d'}) { - # no point if doing anything unless I have at least the domain and + # no point in doing anything unless I have at least the domain and # 1 piece of data next if @fields < 1+1; @@ -979,7 +979,7 @@ sub mainThread } else { - # no point if doing anything unless I have at least the domain and + # no point in doing anything unless I have at least the domain and # 1 piece of data next if @fields < 2+1;