changeset 316:331a58713544

Fixed function name in comment for sendMember. Patch from Thomas Meyer <thomas@m3y3r.de>
author Deepak Bhole <dbhole@redhat.com>
date Fri, 16 Dec 2011 12:12:18 -0500
parents fb5e54f2b97e
children 221174bcd4ec
files ChangeLog plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 08 16:01:06 2011 -0500
+++ b/ChangeLog	Fri Dec 16 12:12:18 2011 -0500
@@ -1,3 +1,9 @@
+2011-12-16  Deepak Bhole <dbhole@redhat.com>
+
+	Patch from Thomas Meyer <thomas@m3y3r.de>
+	* plugin/icedteanp/IcedTeaPluginRequestProcessor.cc: Fixed function name
+	in comment for sendMember. 
+
 2011-12-08  Omair Majid  <omajid@redhat.com>
 
 	* netx/net/sourceforge/jnlp/Launcher.java
--- a/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc	Thu Dec 08 16:01:06 2011 -0500
+++ b/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc	Fri Dec 16 12:12:18 2011 -0500
@@ -477,7 +477,7 @@
  * This is a static function, called in another thread. Since certain data
  * can only be requested from the main thread in Mozilla, this function
  * does whatever it can seperately, and then makes an internal request that
- * causes _sendMember to do the rest of the work.
+ * causes _getMember to do the rest of the work.
  *
  * @param message_parts The request message
  */