/hg/icedtea-web: Fix two typos.

adomurad at icedtea.classpath.org adomurad at icedtea.classpath.org
Tue Oct 2 07:54:37 PDT 2012


changeset df7db8de4a20 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=df7db8de4a20
author: martin at minimum.se
date: Tue Oct 02 10:49:06 2012 -0400

	Fix two typos.


diffstat:

 ChangeLog                                         |  5 +++++
 plugin/icedteanp/IcedTeaNPPlugin.cc               |  2 +-
 plugin/icedteanp/IcedTeaPluginRequestProcessor.cc |  2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r cbf8e415c5bf -r df7db8de4a20 ChangeLog
--- 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 at minimum.se>
+	
+	* plugin/icedteanp/IcedTeaNPPlugin.cc: Typo fix.
+	* plugin/icedteanp/IcedTeaPluginRequestProcessor.cc: Typo fix.
+
 2012-09-26  Jana Fabrikova  <jfabriko at redhat.com>
 
         * tests/test-extensions/net/sourceforge/jnlp/closinglisteners/StringMatchClosingListener.java:
diff -r cbf8e415c5bf -r df7db8de4a20 plugin/icedteanp/IcedTeaNPPlugin.cc
--- 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
diff -r cbf8e415c5bf -r df7db8de4a20 plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
--- 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



More information about the distro-pkg-dev mailing list