aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Bhole <[email protected]>2011-12-16 12:12:18 -0500
committerDeepak Bhole <[email protected]>2011-12-16 12:12:18 -0500
commit5c3817e37549b9c7fed1ec46a3956f7bdbc3c9d3 (patch)
treeb354a4028c5ac323993cf837a411ab1ae1419144
parent47a7e41e7548374a183db6683c5f6819a772524a (diff)
Fixed function name in comment for sendMember.
Patch from Thomas Meyer <[email protected]>
-rw-r--r--ChangeLog6
-rw-r--r--plugin/icedteanp/IcedTeaPluginRequestProcessor.cc2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64f0a5b..1c2a253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-16 Deepak Bhole <[email protected]>
+
+ Patch from Thomas Meyer <[email protected]>
+ * plugin/icedteanp/IcedTeaPluginRequestProcessor.cc: Fixed function name
+ in comment for sendMember.
+
2011-12-08 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/Launcher.java
diff --git a/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc b/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
index 2e2b907..adf3313 100644
--- a/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
+++ b/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
@@ -477,7 +477,7 @@ PluginRequestProcessor::setMember(std::vector<std::string*>* message_parts)
* 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
*/