comparison libpurple/protocols/msn/contact.h @ 24466:e63483708bd7

Fix a typo in a name.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 07 Dec 2008 08:18:15 +0000
parents f54e7398f733
children 2b6847646817
comparison
equal deleted inserted replaced
24465:d39ed4032dc9 24466:e63483708bd7
389 "<State>Accepted</State>"\ 389 "<State>Accepted</State>"\
390 "</Member>" 390 "</Member>"
391 391
392 /* first delete contact from allow list */ 392 /* first delete contact from allow list */
393 393
394 #define MSN_CONTACT_DELECT_FROM_LIST_TEMPLATE "<?xml version=\"1.0\" encoding=\"utf-8\"?>"\ 394 #define MSN_CONTACT_DELETE_FROM_LIST_TEMPLATE "<?xml version=\"1.0\" encoding=\"utf-8\"?>"\
395 "<soap:Envelope"\ 395 "<soap:Envelope"\
396 " xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\""\ 396 " xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\""\
397 " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""\ 397 " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""\
398 " xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\""\ 398 " xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\""\
399 " xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\">"\ 399 " xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\">"\