Use same variable name in .h as in .c
authora1346054 <[email protected]>
Fri, 22 Oct 2021 19:17:49 +0000 (19:17 +0000)
committerColin Clark <[email protected]>
Mon, 1 Nov 2021 10:38:15 +0000 (10:38 +0000)
src/ui_misc.h

index e1f792f04b6472d9e86d1a7d46d5b950c881b243..af2eb9d9247514d546ba50e824d8966dbf48390d 100644 (file)
@@ -157,7 +157,7 @@ void pref_signal_unblock_data(GtkWidget *widget, gpointer data);
 
 
 GtkWidget *pref_table_new(GtkWidget *parent_box, gint columns, gint rows,
-                         gboolean homegeneous, gboolean fill);
+                         gboolean homogeneous, gboolean fill);
 
 GtkWidget *pref_table_box(GtkWidget *table, gint column, gint row,
                          GtkOrientation orientation, const gchar *text);