aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-13 16:39:38 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-13 16:39:38 -0700
commita66c982557aa3b3a5f93ae1cba69e8760d95718e (patch)
treece88a251bcbeb24a6227e961a499fb5215b748ff /remote_plot.c
parenta08e9d5b8d95d7de0398d3ac1c9af56203b19669 (diff)
typo
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)