aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin <[email protected]>2012-10-02 10:49:06 -0400
committermartin <[email protected]>2012-10-02 10:49:06 -0400
commit82cd2b4d05d38bc9e9f327d9224e40b7b8be8228 (patch)
treeb6dec110f90ab669c164098223ba88eaba765f14
parent725719f35e3273aa8e73fe2c9c59191aae565079 (diff)
Fix two typos.
-rw-r--r--ChangeLog5
-rw-r--r--plugin/icedteanp/IcedTeaNPPlugin.cc2
-rw-r--r--plugin/icedteanp/IcedTeaPluginRequestProcessor.cc2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f0106a5..8ca39ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-02 Martin Olsson <[email protected]>
+
+ * plugin/icedteanp/IcedTeaNPPlugin.cc: Typo fix.
+ * plugin/icedteanp/IcedTeaPluginRequestProcessor.cc: Typo fix.
+
2012-09-26 Jana Fabrikova <[email protected]>
* tests/test-extensions/net/sourceforge/jnlp/closinglisteners/StringMatchClosingListener.java:
diff --git a/plugin/icedteanp/IcedTeaNPPlugin.cc b/plugin/icedteanp/IcedTeaNPPlugin.cc
index 645bf11..d7c16d8 100644
--- a/plugin/icedteanp/IcedTeaNPPlugin.cc
+++ b/plugin/icedteanp/IcedTeaNPPlugin.cc
@@ -313,7 +313,7 @@ gpointer getFirstInTableInstance(GHashTable* table)
// Creates a new icedtea np plugin instance. This function creates a
// ITNPPluginData* and stores it in instance->pdata. The following
-// ITNPPluginData fiels are initialized: instance_id, in_pipe_name,
+// ITNPPluginData fields are initialized: instance_id, in_pipe_name,
// in_from_appletviewer, in_watch_source, out_pipe_name,
// out_to_appletviewer, out_watch_source, appletviewer_mutex, owner,
// appletviewer_alive. In addition two pipe files are created. All
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