mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 06:41:13 +08:00
fixed typo in comment
This commit is contained in:
parent
c14e837343
commit
5442566524
@ -960,7 +960,7 @@ sub mainThread
|
|||||||
{
|
{
|
||||||
if( $options{timefmt} )
|
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
|
# 1 piece of data
|
||||||
next if @fields < $options{timefmt_Ncols}+1;
|
next if @fields < $options{timefmt_Ncols}+1;
|
||||||
|
|
||||||
@ -970,7 +970,7 @@ sub mainThread
|
|||||||
}
|
}
|
||||||
elsif(!$options{'3d'})
|
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
|
# 1 piece of data
|
||||||
next if @fields < 1+1;
|
next if @fields < 1+1;
|
||||||
|
|
||||||
@ -979,7 +979,7 @@ sub mainThread
|
|||||||
}
|
}
|
||||||
else
|
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
|
# 1 piece of data
|
||||||
next if @fields < 2+1;
|
next if @fields < 2+1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user