Fix a typo

Thu, 09 May 2019 22:02:20 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 09 May 2019 22:02:20 -0500
changeset 39582
6c1ed1a7acf1
parent 39581
28b38c0602d6
child 39583
d951e625d987

Fix a typo

pidgin/pidgincontactcompletion.c file | annotate | diff | comparison | revisions
--- 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