diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 16:37:31 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 16:37:31 -0700 |
commit | a08e9d5b8d95d7de0398d3ac1c9af56203b19669 (patch) | |
tree | c532552a0cbbc128c58d7382134d93d083cec4e5 /remote_plot.c | |
parent | 21279ef84a31683074bcbaf9069de0d0e6c08d7e (diff) |
update
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 3f5b0df..deb0d5d 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -764,7 +764,7 @@ static void last_seconds_toggle_callback(GtkWidget *widget, gpointer user_data) gtk_widget_queue_draw(data->area); } -// Setup all the GUI widgets. Another bettery way maybe is use a .xml file instead. +// Setup all the GUI widgets. Another better way maybe is use a .xml file instead. // Connect signals between widgets and callback functions. static void activate (GtkApplication *app, gpointer user_data) { |