mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-23 22:31:16 +08:00
fixed typo in comment
This commit is contained in:
parent
c14e837343
commit
5442566524
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user