Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java
 Tue Jan 10 16:44:54 2017
@@ -57,7 +57,7 @@ import org.apache.juli.logging.LogFactor
  * each time the object gets replicated the entire object gets serialized, 
hence a call to <code>replicate(true)</code>
  * will replicate all objects in this map that are using this node as primary.
  *
- * <br><br><b>REMBER TO CALL</b> <code>breakdown()</code> or 
<code>finalize()</code> when you are done with the map to
+ * <br><br><b>REMEMBER TO CALL</b> <code>breakdown()</code> or 
<code>finalize()</code> when you are done with the map to
  * avoid memory leaks.<br><br>
  * TODO implement periodic sync/transfer thread
  *
@@ -76,7 +76,7 @@ public class LazyReplicatedMap<K,V> exte
      * Creates a new map
      * @param owner The map owner
      * @param channel The channel to use for communication
-     * @param timeout long - timeout for RPC messags
+     * @param timeout long - timeout for RPC messages
      * @param mapContextName String - unique name for this map, to allow 
multiple maps per channel
      * @param initialCapacity int - the size of this map, see HashMap
      * @param loadFactor float - load factor, see HashMap
@@ -90,7 +90,7 @@ public class LazyReplicatedMap<K,V> exte
      * Creates a new map
      * @param owner The map owner
      * @param channel The channel to use for communication
-     * @param timeout long - timeout for RPC messags
+     * @param timeout long - timeout for RPC messages
      * @param mapContextName String - unique name for this map, to allow 
multiple maps per channel
      * @param initialCapacity int - the size of this map, see HashMap
      * @param cls Class loaders
@@ -103,7 +103,7 @@ public class LazyReplicatedMap<K,V> exte
      * Creates a new map
      * @param owner The map owner
      * @param channel The channel to use for communication
-     * @param timeout long - timeout for RPC messags
+     * @param timeout long - timeout for RPC messages
      * @param mapContextName String - unique name for this map, to allow 
multiple maps per channel
      * @param cls Class loaders
      */
@@ -115,7 +115,7 @@ public class LazyReplicatedMap<K,V> exte
      * Creates a new map
      * @param owner The map owner
      * @param channel The channel to use for communication
-     * @param timeout long - timeout for RPC messags
+     * @param timeout long - timeout for RPC messages
      * @param mapContextName String - unique name for this map, to allow 
multiple maps per channel
      * @param cls Class loaders
      * @param terminate boolean - Flag for whether to terminate this map that 
failed to start.

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java 
(original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java 
Tue Jan 10 16:44:54 2017
@@ -67,7 +67,7 @@ public class ReplicatedMap<K,V> extends
      * Creates a new map
      * @param owner The map owner
      * @param channel The channel to use for communication
-     * @param timeout long - timeout for RPC messags
+     * @param timeout long - timeout for RPC messages
      * @param mapContextName String - unique name for this map, to allow 
multiple maps per channel
      * @param initialCapacity int - the size of this map, see HashMap
      * @param loadFactor float - load factor, see HashMap
@@ -81,7 +81,7 @@ public class ReplicatedMap<K,V> extends
      * Creates a new map
      * @param owner The map owner
      * @param channel The channel to use for communication
-     * @param timeout long - timeout for RPC messags
+     * @param timeout long - timeout for RPC messages
      * @param mapContextName String - unique name for this map, to allow 
multiple maps per channel
      * @param initialCapacity int - the size of this map, see HashMap
      * @param cls Class loaders
@@ -94,7 +94,7 @@ public class ReplicatedMap<K,V> extends
      * Creates a new map
      * @param owner The map owner
      * @param channel The channel to use for communication
-     * @param timeout long - timeout for RPC messags
+     * @param timeout long - timeout for RPC messages
      * @param mapContextName String - unique name for this map, to allow 
multiple maps per channel
      * @param cls Class loaders
      */
@@ -106,7 +106,7 @@ public class ReplicatedMap<K,V> extends
      * Creates a new map
      * @param owner The map owner
      * @param channel The channel to use for communication
-     * @param timeout long - timeout for RPC messags
+     * @param timeout long - timeout for RPC messages
      * @param mapContextName String - unique name for this map, to allow 
multiple maps per channel
      * @param cls Class loaders
      * @param terminate boolean - Flag for whether to terminate this map that 
failed to start.

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/bio/BioReplicationTask.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/bio/BioReplicationTask.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/bio/BioReplicationTask.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/bio/BioReplicationTask.java
 Tue Jan 10 16:44:54 2017
@@ -101,7 +101,7 @@ public class BioReplicationTask extends
                 /**
                  * Use send ack here if you want to ack the request to the 
remote
                  * server before completing the request
-                 * This is considered an asynchronized request
+                 * This is considered an asynchronous request
                  */
                 if (ChannelData.sendAckAsync(msgs[i].getOptions())) 
sendAck(Constants.ACK_COMMAND);
                 try {

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/bio/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/bio/LocalStrings.properties?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/bio/LocalStrings.properties
 (original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/bio/LocalStrings.properties
 Tue Jan 10 16:44:54 2017
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-bioReceiver.threadpool.fail=ThreadPool can initilzed. Listener not started
+bioReceiver.threadpool.fail=ThreadPool can initialized. Listener not started
 bioReceiver.start.fail=Unable to start cluster receiver
 bioReceiver.socket.closeFailed=Failed to close socket
 bioReceiver.run.fail=Unable to run replication listener.

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioReplicationTask.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioReplicationTask.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioReplicationTask.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioReplicationTask.java
 Tue Jan 10 16:44:54 2017
@@ -200,7 +200,7 @@ public class NioReplicationTask extends
             /**
              * Use send ack here if you want to ack the request to the remote
              * server before completing the request
-             * This is considered an asynchronized request
+             * This is considered an asynchronous request
              */
             if (ChannelData.sendAckAsync(msgs[i].getOptions())) 
sendAck(key,(WritableByteChannel)channel,Constants.ACK_COMMAND,saddr);
             try {

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/ExtensionValidator.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/ExtensionValidator.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/ExtensionValidator.java 
(original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/ExtensionValidator.java 
Tue Jan 10 16:44:54 2017
@@ -113,7 +113,7 @@ public final class ExtensionValidator {
      * file in the /META-INF/ directory of the application and all
      * MANIFEST.MF files in each JAR file located in the WEB-INF/lib
      * directory and creates an <code>ArrayList</code> of
-     * <code>ManifestResorce</code> objects. These objects are then passed
+     * <code>ManifestResource</code> objects. These objects are then passed
      * to the validateManifestResources method for validation.
      *
      * @param resources The resources configured for this Web Application
@@ -286,7 +286,7 @@ public final class ExtensionValidator {
     * Build this list of available extensions so that we do not have to
     * re-build this list every time we iterate through the list of required
     * extensions. All available extensions in all of the
-    * <code>MainfestResource</code> objects will be added to a
+    * <code>ManifestResource</code> objects will be added to a
     * <code>HashMap</code> which is returned on the first dependency list
     * processing pass.
     *

Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/Introspection.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/Introspection.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/Introspection.java 
(original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/Introspection.java Tue 
Jan 10 16:44:54 2017
@@ -140,7 +140,7 @@ public class Introspection {
      * Attempt to load a class using the given Container's class loader. If the
      * class cannot be loaded, a debug level log message will be written to the
      * Container's log and null will be returned.
-     * @param context The class loader of this context will be used to attemmpt
+     * @param context The class loader of this context will be used to attempt
      *  to load the class
      * @param className The class name
      * @return the loaded class or <code>null</code> if loading failed

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/RemoteIpValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/RemoteIpValve.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/RemoteIpValve.java 
(original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/RemoteIpValve.java Tue 
Jan 10 16:44:54 2017
@@ -768,7 +768,7 @@ public class RemoteIpValve extends Valve
 
     /**
      * <p>
-     * Header that holds the incoming protocol, usally named 
<code>X-Forwarded-Proto</code>. If <code>null</code>, request.scheme and
+     * Header that holds the incoming protocol, usually named 
<code>X-Forwarded-Proto</code>. If <code>null</code>, request.scheme and
      * request.secure will not be modified.
      * </p>
      * <p>

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/StuckThreadDetectionValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/StuckThreadDetectionValve.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/StuckThreadDetectionValve.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/StuckThreadDetectionValve.java
 Tue Jan 10 16:44:54 2017
@@ -60,7 +60,7 @@ public class StuckThreadDetectionValve e
     private final AtomicInteger stuckCount = new AtomicInteger(0);
 
     /**
-     * Keeps count of the number of stuck threads that have been interruoted
+     * Keeps count of the number of stuck threads that have been interrupted
      */
     private AtomicLong interruptedThreadsCount = new AtomicLong();
 
@@ -77,7 +77,7 @@ public class StuckThreadDetectionValve e
     /**
      * The only references we keep to actual running Thread objects are in
      * this Map (which is automatically cleaned in invoke()s finally clause).
-     * That way, Threads can be GC'ed, eventhough the Valve still thinks they
+     * That way, Threads can be GC'ed, even though the Valve still thinks they
      * are stuck (caused by a long monitor interval)
      */
     private final Map<Long, MonitoredThread> activeThreads = new 
ConcurrentHashMap<>();

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java 
(original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java 
Tue Jan 10 16:44:54 2017
@@ -729,7 +729,7 @@ public class RewriteValve extends ValveB
 
 
     /**
-     * Parser for ReweriteRule flags.
+     * Parser for RewriteRule flags.
      * @param line The configuration line being parsed
      * @param rule The current rule
      * @param flag The flag

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/StandardRoot.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/StandardRoot.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/StandardRoot.java 
(original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/StandardRoot.java 
Tue Jan 10 16:44:54 2017
@@ -237,7 +237,7 @@ public class StandardRoot extends Lifecy
      * can be normalized without stepping outside of the root.
      *
      * @param path
-     * @return  the normlized path
+     * @return  the normalized path
      */
     private String validate(String path) {
         if (!getState().isAvailable()) {

Modified: 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java?rev=1778159&r1=1778158&r2=1778159&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java
 Tue Jan 10 16:44:54 2017
@@ -27,7 +27,7 @@ import org.apache.catalina.webresources.
 public class TomcatURLStreamHandlerFactory implements URLStreamHandlerFactory {
 
     private static final String WAR_PROTOCOL = "war";
-    private static final String CLASSPTH_PROTOCOL = "classpath";
+    private static final String CLASSPATH_PROTOCOL = "classpath";
 
     // Singleton instance
     private static volatile TomcatURLStreamHandlerFactory instance = null;
@@ -158,7 +158,7 @@ public class TomcatURLStreamHandlerFacto
         // it.
         if (WAR_PROTOCOL.equals(protocol)) {
             return new Handler();
-        } else if (CLASSPTH_PROTOCOL.equals(protocol)) {
+        } else if (CLASSPATH_PROTOCOL.equals(protocol)) {
             return new ClasspathURLStreamHandler();
         }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to