diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/icedteanp/IcedTeaPluginRequestProcessor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |