docs: Fix GNetworkAddress typo
authorDavid King <amigadave@amigadave.com>
Sun, 19 Feb 2012 16:39:15 +0000 (16:39 +0000)
committerRyan Lortie <desrt@desrt.ca>
Tue, 21 Feb 2012 00:10:54 +0000 (01:10 +0100)
g_network_address_parse_host() → g_network_address_parse().

gio/gnetworkaddress.c

index 75deaa4..e158a40 100644 (file)
@@ -681,7 +681,7 @@ _g_uri_from_authority (const gchar *protocol,
  * @uri. May fail and return %NULL in case parsing @uri fails.
  *
  * Using this rather than g_network_address_new() or
- * g_network_address_parse_host() allows #GSocketClient to determine
+ * g_network_address_parse() allows #GSocketClient to determine
  * when to use application-specific proxy protocols.
  *
  * Return value: (transfer full): the new #GNetworkAddress, or %NULL on error