diff options
author | monsta <[email protected]> | 2017-02-01 11:56:40 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-01 11:56:40 +0300 |
commit | be6090838fa45f471352087a2074f28dc596aea4 (patch) | |
tree | 71d841c93f52d3461d04e17bb2b730c876714cc6 /sensors-applet | |
parent | 0392b7a56d88153f5305bf2c50c8cb958572ee9f (diff) | |
download | mate-sensors-applet-be6090838fa45f471352087a2074f28dc596aea4.tar.bz2 mate-sensors-applet-be6090838fa45f471352087a2074f28dc596aea4.tar.xz |
fix typo in debug message (closes #39)
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 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); |