summaryrefslogtreecommitdiff
path: root/sensors-applet/sensors-applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'sensors-applet/sensors-applet.c')
-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);