aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'remote_plot.c')
-rw-r--r--remote_plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c
index deb0d5d..ba3cec4 100644
--- a/remote_plot.c
+++ b/remote_plot.c
@@ -279,7 +279,7 @@ static gboolean read_data(gpointer user_data)
DATA *data=user_data;
bool new_entry=false;
- // Read data from local is specify read from local on command line, or the program just started.
+ // Read data from local if specify read from local on command line, or the program just started.
if(data->local || data->just_start)
{
if(data->just_start)