bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/3] Fix common typos.


From: Ondřej Bílka
Subject: [PATCH 2/3] Fix common typos.
Date: Mon, 22 Jul 2013 17:23:44 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

This part of patch uses dictionary with common typos that was taken from
wikipedia, adapted version is at
https://github.com/neleai/stylepp/blob/master/maintained/dictionary_wiki

                      -// GCJPluginData fiels are initialized: instance_string, 
in_pipe_name,
                      +// GCJPluginData fields are initialized: 
instance_string, in_pipe_name,
                                        ^   ^
                        -The previously monolite object implementation is now 
divided into object 
                        +The previously monolithic object implementation is now 
divided into object 
                                        ^        ^
sion must not be performed.  Lacking an offical erratum,
sion must not be performed.  Lacking an official erratum,
                                        ^    ^
                        -all new object refereces (IORs) being created and can 
add to them additional
                        +all new object references (IORs) being created and can 
add to them additional
                                        ^     ^
ted Garbage Collector (DGC). The DGC is reponsible for keeping all
ted Garbage Collector (DGC). The DGC is responsible for keeping all
                                        ^ ^


---
 gnu/xml/aelfred2/package.html            | 2 +-
 java/rmi/dgc/package.html                | 2 +-
 native/plugin/gcjwebplugin.cc            | 2 +-
 org/omg/PortableInterceptor/package.html | 2 +-
 org/omg/PortableServer/package.html      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/xml/aelfred2/package.html b/gnu/xml/aelfred2/package.html
index e204258..f70cbfd 100644
--- a/gnu/xml/aelfred2/package.html
+++ b/gnu/xml/aelfred2/package.html
@@ -446,7 +446,7 @@ cleanly layered as allowed by SAX2.</p>
 
        <li> The XML specification has a bug in that it doesn't specify
        that certain contexts exist within which parameter entity
-       expansion must not be performed.  Lacking an offical erratum,
+       expansion must not be performed.  Lacking an official erratum,
        this parser now disables such expansion inside comments,
        processing instructions, ignored sections, public identifiers,
        and parts of entity declarations. </li>
diff --git a/java/rmi/dgc/package.html b/java/rmi/dgc/package.html
index 7f0a208..4d7ebfa 100644
--- a/java/rmi/dgc/package.html
+++ b/java/rmi/dgc/package.html
@@ -40,7 +40,7 @@ exception statement from your version. -->
 <head><title>GNU Classpath - java.rmi.dgc</title></head>
 
 <body>
-The Distributed Garbage Collector (DGC). The DGC is reponsible for keeping all
+The Distributed Garbage Collector (DGC). The DGC is responsible for keeping all
 locally created and exported remote objects as long as they are referenced
 by some remote clients. The client must periodically notify the server that
 it still wants to keep the remote object on the server side. The client
diff --git a/native/plugin/gcjwebplugin.cc b/native/plugin/gcjwebplugin.cc
index 149e07c..e4ac2c6 100644
--- a/native/plugin/gcjwebplugin.cc
+++ b/native/plugin/gcjwebplugin.cc
@@ -257,7 +257,7 @@ static GError* channel_error = NULL;
 
 // Creates a new gcjwebplugin instance.  This function creates a
 // GCJPluginData* and stores it in instance->pdata.  The following
-// GCJPluginData fiels are initialized: instance_string, in_pipe_name,
+// GCJPluginData fields are initialized: instance_string, 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/org/omg/PortableInterceptor/package.html 
b/org/omg/PortableInterceptor/package.html
index b29c84f..f8937a6 100644
--- a/org/omg/PortableInterceptor/package.html
+++ b/org/omg/PortableInterceptor/package.html
@@ -42,7 +42,7 @@ exception statement from your version. -->
 <body>
 Interceptors are hooks than can monitor various stages of the CORBA request 
 processing. The address@hidden org.omg.PortableInterceptor.IORInterceptor} 
monitors
-all new object refereces (IORs) being created and can add to them additional
+all new object references (IORs) being created and can add to them additional
 information. The address@hidden 
org.omg.PortableInterceptor.ClientRequestInterceptor}
 monitors request handling on the client side and the 
 address@hidden org.omg.PortableInterceptor.ServerRequestInterceptor} monitors 
request
diff --git a/org/omg/PortableServer/package.html 
b/org/omg/PortableServer/package.html
index 5d2ba05..db72ca8 100644
--- a/org/omg/PortableServer/package.html
+++ b/org/omg/PortableServer/package.html
@@ -52,7 +52,7 @@ The newly created POA is in holding state, just queuing 
requests. To start
 processing requests, it must be turned into the active state by its
 address@hidden org.omg.PortableServer.POAManagerOperations#activate}.
 </p><p>
-The previously monolite object implementation is now divided into object 
+The previously monolithic object implementation is now divided into object 
 (that implements address@hidden org.omg.CORBA.Object})
 and servant (that implements either address@hidden 
org.omg.CORBA.portable.InvokeHandler} 
 or address@hidden org.omg.PortableServer.DynamicImplementation}).
-- 
1.8.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]