From f27418ec3b3a8fc4f80fe9acd741e172d3d1535d Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 1 Feb 2017 11:56:40 +0300 Subject: fix a few typos in code and comments --- sensors-applet/sensors-applet.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sensors-applet') diff --git a/sensors-applet/sensors-applet.c b/sensors-applet/sensors-applet.c index b4f58cc..1ddf1b8 100644 --- a/sensors-applet/sensors-applet.c +++ b/sensors-applet/sensors-applet.c @@ -95,7 +95,7 @@ static void destroy_cb(GtkWidget *widget, gpointer data) { SensorsApplet *sensors_applet; sensors_applet = (SensorsApplet *)data; - /* destory dialogs, remove timeout and clear sensors tree and finally + /* destroy dialogs, remove timeout and clear sensors tree and finally * the applet */ if (sensors_applet->prefs_dialog != NULL) { // destroy's dialog too @@ -487,8 +487,8 @@ static void sensors_applet_pack_display(SensorsApplet *sensors_applet) { } else { /* destroy existing widgets - could be an * existing version of no sensors label - okay - * to just add again though if destory fist */ - g_debug("destorying any existing widgets in container"); + * to just add again though if destroy first */ + g_debug("destroying any existing widgets in container"); gtk_container_foreach(GTK_CONTAINER(sensors_applet->table), (GtkCallback)gtk_widget_destroy, NULL); -- cgit v1.2.1