From: kkolinko Date: Wed, 17 Jun 2009 15:51:55 +0000 (+0000) Subject: trivial: corrected spelling errors in docs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d47f91552b5f54450af30d40a021bb6bddd0183f;p=tomcat7.0 trivial: corrected spelling errors in docs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@785688 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/aio.xml b/webapps/docs/aio.xml index 2026bc228..4cc4c53ce 100644 --- a/webapps/docs/aio.xml +++ b/webapps/docs/aio.xml @@ -48,10 +48,10 @@

- Comet support allows a servlet to process IO aynchronously, receiving + Comet support allows a servlet to process IO asynchronously, receiving events when data is available for reading on the connection (rather than always using a blocking read), and writing data back on connections - asychnonously (most likely responding to some event raised from some + asynchronously (most likely responding to some event raised from some other source).

@@ -74,7 +74,7 @@ fields using the request and response objects. Between the end of the processing of this event, and the beginning of the processing of the end or error events, it is possible to use the response object to write data on the open connection. - Note that the response object and depedent OutputStream and Writer are still + Note that the response object and dependent OutputStream and Writer are still not synchronized, so when they are accessed by multiple threads, synchronization is mandatory. After processing the initial event, the request is considered to be committed. diff --git a/webapps/docs/appdev/build.xml.txt b/webapps/docs/appdev/build.xml.txt index 37952a10d..d074939a0 100644 --- a/webapps/docs/appdev/build.xml.txt +++ b/webapps/docs/appdev/build.xml.txt @@ -29,7 +29,7 @@ src Java source code (and associated resource files) to be compiled to the "WEB-INF/classes" - subdirectory of your web applicaiton. + subdirectory of your web application. web Static HTML, JSP, and other content (such as image files), including the WEB-INF subdirectory diff --git a/webapps/docs/appdev/introduction.xml b/webapps/docs/appdev/introduction.xml index 69ca1b110..b71e7a294 100644 --- a/webapps/docs/appdev/introduction.xml +++ b/webapps/docs/appdev/introduction.xml @@ -63,7 +63,7 @@ information, documentation, and software that is useful in developing web applications with Tomcat.

@@ -387,10 +387,10 @@ Host element in conf/server.xml, each with its own set of web applications.

-

However, in some circumstances, it is desireable that two or more +

However, in some circumstances, it is desirable that two or more network names should resolve to the same virtual host, running the same set of applications. A common use case for this - scenario is a corporate web site, where it is desireable that users + scenario is a corporate web site, where it is desirable that users be able to utilize either www.mycompany.com or company.com to access exactly the same content and applications.

@@ -420,7 +420,7 @@ nesting a Listener element inside this element. The class name you specify must implement the org.apache.catalina.LifecycleListener interface, and - it will be notified about the occurrence of the coresponding + it will be notified about the occurrence of the corresponding lifecycle events. Configuration of such a listener looks like this:

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 8b1129ae6..e787588e0 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -124,8 +124,8 @@ Sets the protocol to handle incoming traffic. The default value is HTTP/1.1 which uses an auto-switching mechanism to select either a blocking Java based connector or an - APR/native based connector. If the PATH(Windows) or - LD_LIBRARY_PATH (on most unix system) environment variables + APR/native based connector. If the PATH (Windows) or + LD_LIBRARY_PATH (on most unix systems) environment variables contain the Tomcat native library, the native/APR connector will be used. If the native library cannot be found, the blocking Java based connector will be used. Please be advised that the native/APR connector has @@ -212,7 +212,7 @@

This specifies if the encoding specified in contentType should be used for URI query parameters, instead of using the URIEncoding. This setting is present for compatibility with Tomcat 4.1.x, where the - encoding specified in the contentType, or explicitely set using + encoding specified in the contentType, or explicitly set using Request.setCharacterEncoding method was also used for the parameters from the URL. The default value is false.

@@ -220,7 +220,7 @@

Set this attribute to true to cause Tomcat to use - the IP address that the request was recieved on to determine the Host + the IP address that the request was received on to determine the Host to send the request to. The default value is false.

@@ -512,7 +512,7 @@

(int)The time in milliseconds to timeout on a select() for the poller. - This value is important, since connection clean up is done on the same thread, so dont set this + This value is important, since connection clean up is done on the same thread, so do not set this value to an extremely high one. The default value is 1000 milliseconds.

diff --git a/webapps/docs/config/index.xml b/webapps/docs/config/index.xml index 0ef1d85d2..3969a77db 100644 --- a/webapps/docs/config/index.xml +++ b/webapps/docs/config/index.xml @@ -65,7 +65,7 @@ outline:

diff --git a/webapps/docs/funcspecs/fs-admin-objects.xml b/webapps/docs/funcspecs/fs-admin-objects.xml index 42e86e831..c3e313703 100644 --- a/webapps/docs/funcspecs/fs-admin-objects.xml +++ b/webapps/docs/funcspecs/fs-admin-objects.xml @@ -226,7 +226,7 @@ Operations that can be performed when the administrative application is
  • An optional Loader representing default configuration properties for the Loader component of deployed web applications.
  • An optional Manager representing default configuration - properties for the Manager component fo deployed web applications.
  • + properties for the Manager component of deployed web applications.
    diff --git a/webapps/docs/funcspecs/fs-default.xml b/webapps/docs/funcspecs/fs-default.xml index 71856b3c2..35601d9c3 100644 --- a/webapps/docs/funcspecs/fs-default.xml +++ b/webapps/docs/funcspecs/fs-default.xml @@ -211,7 +211,7 @@

    On each HTTP PUT request processed by this servlet, the following - processing shall be perfomred:

    + processing shall be performed: