diff options
author | monsta <[email protected]> | 2017-02-16 15:07:18 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-16 15:07:18 +0300 |
commit | f42983a9e5a715dd3340b6e7da06f71afae17209 (patch) | |
tree | 701182a3ca5eda170ff8e05c3d96a90925668e23 | |
parent | b7b193fe51b588f3fea09e9358643e8c65445839 (diff) | |
download | mate-sensors-applet-f42983a9e5a715dd3340b6e7da06f71afae17209.tar.bz2 mate-sensors-applet-f42983a9e5a715dd3340b6e7da06f71afae17209.tar.xz |
fix one more typo in code comments
-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, |