aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{