diff options
author | monsta <[email protected]> | 2017-02-16 15:06:04 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-16 15:06:04 +0300 |
commit | b7b193fe51b588f3fea09e9358643e8c65445839 (patch) | |
tree | e62a80daa35100eb7f0ee654b434622035ce95e0 | |
parent | be6090838fa45f471352087a2074f28dc596aea4 (diff) | |
download | mate-sensors-applet-b7b193fe51b588f3fea09e9358643e8c65445839.tar.bz2 mate-sensors-applet-b7b193fe51b588f3fea09e9358643e8c65445839.tar.xz |
fix a couple of typos in code comments
-rw-r--r-- | sensors-applet/sensors-applet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sensors-applet/sensors-applet.c b/sensors-applet/sensors-applet.c index 75dcb2f..38cafd3 100644 --- a/sensors-applet/sensors-applet.c +++ b/sensors-applet/sensors-applet.c @@ -92,7 +92,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 @@ -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 destory fist */ + * to just add again though if destroy fist */ g_debug("destroying any existing widgets in container"); gtk_container_foreach(GTK_CONTAINER(sensors_applet->grid), (GtkCallback)gtk_widget_destroy, |