# HG changeset patch # User Marcus Lundblad # Date 1245964044 0 # Node ID 8ce05f8249da6e07dc79d883a1a6b5c4cd2023c0 # Parent 39edf315e1c8451e1d6af7c0eedb7592548b9927 Fix the name of an argument. Makes our doxygen docs a bit more consistent... diff -r 39edf315e1c8 -r 8ce05f8249da libpurple/network.h --- a/libpurple/network.h Thu Jun 25 19:48:20 2009 +0000 +++ b/libpurple/network.h Thu Jun 25 21:07:24 2009 +0000 @@ -249,7 +249,7 @@ * @param stun_server The host name of the STUN server to set * @since 2.6.0 */ -void purple_network_set_turn_server(const gchar *stun_server); +void purple_network_set_turn_server(const gchar *turn_server); /** * Get the IP address of the STUN server as a string representation