diff libpurple/protocols/msn/notification.c @ 30684:b4dc2d27f24e

Fix typo in PrivateEndpointData, resulting in the name of the endpoint never being sent out.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 15 Dec 2009 03:53:11 +0000
parents 509c4ffff958
children dd430f788bdc
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c	Tue Dec 15 03:22:18 2009 +0000
+++ b/libpurple/protocols/msn/notification.c	Tue Dec 15 03:53:11 2009 +0000
@@ -1851,7 +1851,7 @@
 	char *payload;
 	int length;
 
-	private = xmlnode_new("PrivateEndPointData");
+	private = xmlnode_new("PrivateEndpointData");
 
 	/* TODO: "Pidgin" is a temp EndPointName.. we must use hostid or some.*/
 	epname = xmlnode_new_child(private, "EpName");