changeset 28048:c55bba399426

I think this is the 3rd fix for the same error in the same function definition, but it was just a typo, right :)
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 28 Jul 2009 03:09:54 +0000
parents c59d130f2ef6
children 99517a959c6b
files libpurple/network.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/network.h	Tue Jul 28 02:58:24 2009 +0000
+++ b/libpurple/network.h	Tue Jul 28 03:09:54 2009 +0000
@@ -246,7 +246,7 @@
  * Update the TURN server IP given the host name
  * Will result in a DNS query being executed asynchronous
  * 
- * @param turn_server The host name of the STUN server to set
+ * @param turn_server The host name of the TURN server to set
  * @since 2.6.0
  */
 void purple_network_set_turn_server(const gchar *turn_server);