@@ -622,7 +622,7 @@ static void update_child(GtkWidget * child, gdouble tstamp)
622
622
* @param val The hash table value (sat_t structure)
623
623
* @param data User data (the GtkSatModule widget).
624
624
*
625
- * This function updates the tracking data for a given satelite . It is called by
625
+ * This function updates the tracking data for a given satellite . It is called by
626
626
* the timeout handler for each element in the hash table.
627
627
*/
628
628
static void gtk_sat_module_update_sat (gpointer key , gpointer val ,
@@ -663,7 +663,7 @@ static void gtk_sat_module_update_sat(gpointer key, gpointer val,
663
663
664
664
daynum is the current time in the module.
665
665
666
- The conditional aos < daynum is merely saying that aos occured
666
+ The conditional aos < daynum is merely saying that aos occurred
667
667
in the past. Therefore it cannot be the next event or aos/los
668
668
for that satellite.
669
669
@@ -1163,7 +1163,7 @@ void gtk_sat_module_close_cb(GtkWidget * button, gpointer data)
1163
1163
__func__ , name , retcode );
1164
1164
}
1165
1165
1166
- /* increase referene count */
1166
+ /* increase reference count */
1167
1167
g_object_ref (module );
1168
1168
1169
1169
/* remove module from window, destroy window */
@@ -1193,7 +1193,7 @@ void gtk_sat_module_close_cb(GtkWidget * button, gpointer data)
1193
1193
}
1194
1194
1195
1195
1196
- /* increase referene count */
1196
+ /* increase reference count */
1197
1197
g_object_ref (module );
1198
1198
1199
1199
/* remove module from window, destroy window */
@@ -1214,7 +1214,7 @@ void gtk_sat_module_close_cb(GtkWidget * button, gpointer data)
1214
1214
break ;
1215
1215
}
1216
1216
1217
- /* appearantly , module will be destroyed when removed from notebook */
1217
+ /* apparently , module will be destroyed when removed from notebook */
1218
1218
/* gtk_widget_destroy (GTK_WIDGET (module)); */
1219
1219
sat_log_log (SAT_LOG_LEVEL_INFO ,
1220
1220
_ ("%s: Module %s closed." ), __func__ , name );
@@ -1229,7 +1229,7 @@ void gtk_sat_module_close_cb(GtkWidget * button, gpointer data)
1229
1229
* @param data Pointer the GtkSatModule widget, which should be reconfigured
1230
1230
*
1231
1231
* This function is called when the user clicks on the "configure" minibutton.
1232
- * The function incokes the mod_cfg_edit funcion , which has the same look and feel
1232
+ * The function incokes the mod_cfg_edit function , which has the same look and feel
1233
1233
* as the dialog used to create a new module.
1234
1234
*
1235
1235
* NOTE: Don't use button, since we don't know what kind of widget it is
0 commit comments