/hg/icedtea-web: Fixed function name in comment for sendMember.
dbhole at icedtea.classpath.org
dbhole at icedtea.classpath.org
Fri Dec 16 09:12:22 PST 2011
changeset 331a58713544 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=331a58713544
author: Deepak Bhole <dbhole at redhat.com>
date: Fri Dec 16 12:12:18 2011 -0500
Fixed function name in comment for sendMember.
Patch from Thomas Meyer <thomas at m3y3r.de>
diffstat:
ChangeLog | 6 ++++++
plugin/icedteanp/IcedTeaPluginRequestProcessor.cc | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r fb5e54f2b97e -r 331a58713544 ChangeLog
--- 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 at redhat.com>
+
+ Patch from Thomas Meyer <thomas at m3y3r.de>
+ * plugin/icedteanp/IcedTeaPluginRequestProcessor.cc: Fixed function name
+ in comment for sendMember.
+
2011-12-08 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/Launcher.java
diff -r fb5e54f2b97e -r 331a58713544 plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
--- 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
*/
More information about the distro-pkg-dev
mailing list