aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-13 16:37:31 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-13 16:37:31 -0700
commita08e9d5b8d95d7de0398d3ac1c9af56203b19669 (patch)
treec532552a0cbbc128c58d7382134d93d083cec4e5 /remote_plot.c
parent21279ef84a31683074bcbaf9069de0d0e6c08d7e (diff)
update
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 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)
{