summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-02-01 11:56:40 +0300
committermonsta <[email protected]>2017-02-16 15:10:05 +0300
commitf27418ec3b3a8fc4f80fe9acd741e172d3d1535d (patch)
tree4d870a7bd5aed0a25cc116580e930148ca46ba9c
parenta35361ca05ca671afaf49a476b48081573fc26cc (diff)
downloadmate-sensors-applet-1.16.tar.bz2
mate-sensors-applet-1.16.tar.xz
fix a few typos in code and comments1.16
-rw-r--r--sensors-applet/sensors-applet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sensors-applet/sensors-applet.c b/sensors-applet/sensors-applet.c
index b4f58cc..1ddf1b8 100644
--- a/sensors-applet/sensors-applet.c
+++ b/sensors-applet/sensors-applet.c
@@ -95,7 +95,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
@@ -487,8 +487,8 @@ 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 */
- g_debug("destorying any existing widgets in container");
+ * to just add again though if destroy first */
+ g_debug("destroying any existing widgets in container");
gtk_container_foreach(GTK_CONTAINER(sensors_applet->table),
(GtkCallback)gtk_widget_destroy,
NULL);