pidgin/pidgincontactcompletion.c

changeset 39582
6c1ed1a7acf1
parent 39579
34e0b0e7df81
child 39584
b8155feb19d5
--- a/pidgin/pidgincontactcompletion.c	Thu May 09 21:50:05 2019 -0500
+++ b/pidgin/pidgincontactcompletion.c	Thu May 09 22:02:20 2019 -0500
@@ -31,7 +31,7 @@
 enum {
 	PIDGIN_CONTACT_COMPLETION_COLUMN_CONTACT,
 	PIDGIN_CONTACT_COMPLETION_COLUMN_ACCOUNT,
-	PIDGIN_CONTACT_COMPLETION_N_COLMUNS,
+	PIDGIN_CONTACT_COMPLETION_N_COLUMNS,
 };
 
 enum {
@@ -75,7 +75,7 @@
 	GtkListStore *store = NULL;
 
 	store = gtk_list_store_new(
-		PIDGIN_CONTACT_COMPLETION_N_COLMUNS,
+		PIDGIN_CONTACT_COMPLETION_N_COLUMNS,
 		G_TYPE_STRING,
 		PURPLE_TYPE_ACCOUNT
 	);

mercurial