[PATCH] getMember: Fix comment

Thomas Meyer thomas at m3y3r.de
Fri Dec 9 04:27:17 PST 2011


Actual method is called _getMember not _sendMember

Signed-off-by: Thomas Meyer <thomas at m3y3r.de>

diff -r df87375f72cd -r 3fdb4c8ea881  
plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
--- a/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc	Mon Dec 05  
13:15:32 2011 -0500
+++ b/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc	Thu Dec 08  
10:44:36 2011 +0100
@@ -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
   */






More information about the distro-pkg-dev mailing list