changeset 526:df7db8de4a20

Fix two typos.
author martin@minimum.se
date Tue, 02 Oct 2012 10:49:06 -0400
parents cbf8e415c5bf
children 1db5f473227d
files ChangeLog plugin/icedteanp/IcedTeaNPPlugin.cc plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Sep 26 15:15:35 2012 -0400
+++ b/ChangeLog	Tue Oct 02 10:49:06 2012 -0400
@@ -1,3 +1,8 @@
+2012-10-02  Martin Olsson  <martin@minimum.se>
+	
+	* plugin/icedteanp/IcedTeaNPPlugin.cc: Typo fix.
+	* plugin/icedteanp/IcedTeaPluginRequestProcessor.cc: Typo fix.
+
 2012-09-26  Jana Fabrikova  <jfabriko@redhat.com>
 
         * tests/test-extensions/net/sourceforge/jnlp/closinglisteners/StringMatchClosingListener.java:
--- a/plugin/icedteanp/IcedTeaNPPlugin.cc	Wed Sep 26 15:15:35 2012 -0400
+++ b/plugin/icedteanp/IcedTeaNPPlugin.cc	Tue Oct 02 10:49:06 2012 -0400
@@ -313,7 +313,7 @@
 
 // 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
--- a/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc	Wed Sep 26 15:15:35 2012 -0400
+++ b/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc	Tue Oct 02 10:49:06 2012 -0400
@@ -471,7 +471,7 @@
  *
  * 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