diff options
author | martin <[email protected]> | 2012-10-02 10:49:06 -0400 |
---|---|---|
committer | martin <[email protected]> | 2012-10-02 10:49:06 -0400 |
commit | 82cd2b4d05d38bc9e9f327d9224e40b7b8be8228 (patch) | |
tree | b6dec110f90ab669c164098223ba88eaba765f14 /plugin/icedteanp/IcedTeaPluginRequestProcessor.cc | |
parent | 725719f35e3273aa8e73fe2c9c59191aae565079 (diff) |
Fix two typos.
Diffstat (limited to 'plugin/icedteanp/IcedTeaPluginRequestProcessor.cc')
-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 ef23186..9eba0b5 100644 --- a/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc +++ b/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc @@ -471,7 +471,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 + * does whatever it can separately, and then makes an internal request that * causes _getMember to do the rest of the work. * * @param message_parts The request message |