From 47da6780c15364a481eb41bc9494d6f712d838f4 Mon Sep 17 00:00:00 2001 From: Fredrik Nyqvist Date: Sat, 18 Nov 2017 22:35:52 +0100 Subject: [PATCH] Fix spelling mistakes in comments --- panel-plugin/sample-dialogs.c | 2 +- panel-plugin/sample.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugin/sample-dialogs.c b/panel-plugin/sample-dialogs.c index b046883..82dbcbc 100644 --- a/panel-plugin/sample-dialogs.c +++ b/panel-plugin/sample-dialogs.c @@ -95,7 +95,7 @@ sample_configure (XfcePanelPlugin *plugin, * is closed, but the dialog is still open */ g_object_set_data (G_OBJECT (plugin), "dialog", dialog); - /* connect the reponse signal to the dialog */ + /* connect the response signal to the dialog */ g_signal_connect (G_OBJECT (dialog), "response", G_CALLBACK(sample_configure_response), sample); diff --git a/panel-plugin/sample.c b/panel-plugin/sample.c index a157ecc..fe73f2b 100644 --- a/panel-plugin/sample.c +++ b/panel-plugin/sample.c @@ -200,7 +200,7 @@ sample_orientation_changed (XfcePanelPlugin *plugin, GtkOrientation orientation, SamplePlugin *sample) { - /* change the orienation of the box */ + /* change the orientation of the box */ gtk_orientable_set_orientation(GTK_ORIENTABLE(sample->hvbox), orientation); } -- 2.11.0