diff options
author | Deepak Bhole <[email protected]> | 2011-12-16 12:12:18 -0500 |
---|---|---|
committer | Deepak Bhole <[email protected]> | 2011-12-16 12:12:18 -0500 |
commit | 5c3817e37549b9c7fed1ec46a3956f7bdbc3c9d3 (patch) | |
tree | b354a4028c5ac323993cf837a411ab1ae1419144 | |
parent | 47a7e41e7548374a183db6683c5f6819a772524a (diff) |
Fixed function name in comment for sendMember.
Patch from Thomas Meyer <[email protected]>
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | plugin/icedteanp/IcedTeaPluginRequestProcessor.cc | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 */ |