diff src/xmlnode.h @ 12887:4229503f1cd9

[gaim-migrate @ 15240] Added gaim_url_fetch_request(), which is an enhancement to the gaim_url_fetch() functionality that allows you to specify the request that gets submitted to the server and whether or not the headers are also returned. I'm going to use this for the UPnP stuff (watch this space). Also fixed a tyop in the xmlnode docs. Remove the status documentation from the API Changelog. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 15 Jan 2006 22:58:52 +0000
parents 02833a0ae716
children 25e63008d3bb
line wrap: on
line diff
--- a/src/xmlnode.h	Sun Jan 15 18:13:03 2006 +0000
+++ b/src/xmlnode.h	Sun Jan 15 22:58:52 2006 +0000
@@ -159,7 +159,7 @@
  * @param node The starting node to output.
  * @param len  Address for the size of the string.
  *
- * @return The node repersented as a string.  You must
+ * @return The node represented as a string.  You must
  *         g_free this string when finished using it.
  */
 char *xmlnode_to_str(xmlnode *node, int *len);