From be6090838fa45f471352087a2074f28dc596aea4 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 1 Feb 2017 11:56:40 +0300 Subject: fix typo in debug message (closes #39) --- sensors-applet/sensors-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sensors-applet') diff --git a/sensors-applet/sensors-applet.c b/sensors-applet/sensors-applet.c index 4221d0e..75dcb2f 100644 --- a/sensors-applet/sensors-applet.c +++ b/sensors-applet/sensors-applet.c @@ -485,7 +485,7 @@ static void sensors_applet_pack_display(SensorsApplet *sensors_applet) { /* 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"); + g_debug("destroying any existing widgets in container"); gtk_container_foreach(GTK_CONTAINER(sensors_applet->grid), (GtkCallback)gtk_widget_destroy, NULL); -- cgit v1.2.1