changeset 747:ddec437b692b

Fixed a number of typos.
author Vladimir Homutov <vl@nginx.com>
date Wed, 31 Oct 2012 09:18:29 +0000
parents a02360a5c265
children 95344046d2d8
files xml/en/docs/faq/license_copyright.xml xml/en/docs/freebsd_tuning.xml xml/en/docs/http/ngx_http_core_module.xml xml/en/docs/http/ngx_http_perl_module.xml xml/en/docs/mail/ngx_mail_core_module.xml
diffstat 5 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/faq/license_copyright.xml
+++ b/xml/en/docs/faq/license_copyright.xml
@@ -6,7 +6,7 @@
 
 <article name="How can nginx copyright be acknowledged
                when using nginx as part of a proprietary
-               software distibution?"
+               software distribution?"
          link="/en/docs/faq/license_copyright.html"
          lang="en"
          rev="1">
--- a/xml/en/docs/freebsd_tuning.xml
+++ b/xml/en/docs/freebsd_tuning.xml
@@ -119,7 +119,7 @@ You may change them on the fly using the
 <path>net.inet.tcp.sendspace</path>.
 Of course the bigger buffer sizes may increase throughput,
 because connections may use bigger TCP sliding windows sizes.
-And on the Internet you may see recomendations to increase
+And on the Internet you may see recommendations to increase
 the buffer sizes to one or even several megabytes.
 However, such large buffer sizes are suitable for local networks
 or for networks under your control.
@@ -137,7 +137,7 @@ close the connection, and let the kernel
 while the server is ready to serve other requests.
 You should decide what is it better to bind to a client in your case:
 a tens megabytes Apache/mod_perl process
-or the hundreds kilbytes socket sending buffer.
+or the hundreds kilobytes socket sending buffer.
 Note that nginx uses non-blocking I/O system calls
 and devotes just tens kilobytes to connections,
 therefore it does not require the large buffer sizes.
@@ -219,7 +219,7 @@ And together they may take 845M.
 The page size jumbo clusters have been introduced in FreeBSD 7.0.
 In earlier versions you should tune only 2K mbuf clusters.
 Prior to FreeBSD 6.2, the <path>kern.ipc.nmbclusters</path> value can be
-set only on the boot time via loader tunnable.
+set only on the boot time via loader tunable.
 </note>
 </para>
 
@@ -228,7 +228,7 @@ On the amd64 architecture FreeBSD kernel
 almost all physical memory,
 while on the i386 architecture no more than 2G memory can be used,
 regardless of the available physical memory.
-We will discuss the i386 specific tunning later.
+We will discuss the i386 specific tuning later.
 </para>
 
 <para>
@@ -356,7 +356,7 @@ net.inet.tcp.fast_finwait2_recycle=1
 </section>
 
 
-<section id="minor_optmizations"
+<section id="minor_optimizations"
         name="Minor optimizations">
 
 <para>
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -636,7 +636,7 @@ location @fallback {
 <para>
 <note>
 If <literal>uri</literal> processing leads to an error,
-the status code of the last occured error is returned to the client.
+the status code of the last occurred error is returned to the client.
 </note>
 </para>
 
--- a/xml/en/docs/http/ngx_http_perl_module.xml
+++ b/xml/en/docs/http/ngx_http_perl_module.xml
@@ -357,7 +357,7 @@ sets a value for the specified response 
     <literal>$r->internal_redirect(<value>uri</value>)</literal>
 </tag-name>
 <tag-desc>
-does an internal redirect to the speicified <value>uri</value>.
+does an internal redirect to the specified <value>uri</value>.
 An actual redirect happens after the Perl handler has completed.
 </tag-desc>
 
--- a/xml/en/docs/mail/ngx_mail_core_module.xml
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml
@@ -78,7 +78,7 @@ mail {
 <context>server</context>
 
 <para>
-Sets an <value>address</value> and a <value>port</value> for for a socket,
+Sets an <value>address</value> and a <value>port</value> for a socket,
 on which the server will accept requests.
 Only port may be specified.
 An address may also be a hostname, for example: