diff options
Diffstat (limited to 'sensors-applet')
-rw-r--r-- | sensors-applet/sensors-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors-applet/sensors-applet.c b/sensors-applet/sensors-applet.c index 38cafd3..a400d94 100644 --- a/sensors-applet/sensors-applet.c +++ b/sensors-applet/sensors-applet.c @@ -484,7 +484,7 @@ 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 destroy fist */ + * to just add again though if destroy first */ g_debug("destroying any existing widgets in container"); gtk_container_foreach(GTK_CONTAINER(sensors_applet->grid), (GtkCallback)gtk_widget_destroy, |