diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 16:39:38 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 16:39:38 -0700 |
commit | a66c982557aa3b3a5f93ae1cba69e8760d95718e (patch) | |
tree | ce88a251bcbeb24a6227e961a499fb5215b748ff /remote_plot.c | |
parent | a08e9d5b8d95d7de0398d3ac1c9af56203b19669 (diff) |
typo
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 2 |
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) |