This is an automated email from the ASF dual-hosted git repository.
jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new cd42d6a Spell "whether" correctly.
cd42d6a is described below
commit cd42d6a8edd27d1c6627e32220a17e25ade1dc69
Author: James Peach <[email protected]>
AuthorDate: Wed Oct 12 14:44:30 2016 -0700
Spell "whether" correctly.
---
ci/tsqa/tests/test_chunked.py | 2 +-
ci/tsqa/tests/test_origin_min_keep_alive_connection.py | 2 +-
doc/admin-guide/files/ip_allow.config.en.rst | 2 +-
doc/admin-guide/files/records.config.en.rst | 2 +-
doc/locale/ja/LC_MESSAGES/admin-guide/files/ip_allow.config.en.po | 2 +-
doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ci/tsqa/tests/test_chunked.py b/ci/tsqa/tests/test_chunked.py
index 8d2e3af..e56b940 100644
--- a/ci/tsqa/tests/test_chunked.py
+++ b/ci/tsqa/tests/test_chunked.py
@@ -42,7 +42,7 @@ class ChunkedHandler(SocketServer.BaseRequestHandler):
/parts/sleep_time/close
parts: number of parts to send
sleep_time: time between parts
- close: bool wether to close properly
+ close: bool whether to close properly
"""
def handle(self):
diff --git a/ci/tsqa/tests/test_origin_min_keep_alive_connection.py
b/ci/tsqa/tests/test_origin_min_keep_alive_connection.py
index bad7b86..36625f5 100644
--- a/ci/tsqa/tests/test_origin_min_keep_alive_connection.py
+++ b/ci/tsqa/tests/test_origin_min_keep_alive_connection.py
@@ -37,7 +37,7 @@ class KAHandler(SocketServer.BaseRequestHandler):
/parts/sleep_time/close
parts: number of parts to send
sleep_time: time between parts
- close: bool wether to close properly
+ close: bool whether to close properly
"""
def handle(self):
diff --git a/doc/admin-guide/files/ip_allow.config.en.rst
b/doc/admin-guide/files/ip_allow.config.en.rst
index 9f9a4fc..203d577 100644
--- a/doc/admin-guide/files/ip_allow.config.en.rst
+++ b/doc/admin-guide/files/ip_allow.config.en.rst
@@ -44,7 +44,7 @@ specified client(s) to access the Traffic Server proxy cache.
Multiple
method keywords can be specified (method=GET method=HEAD), or multiple
methods can be separated by an '\|' (method=GET\|HEAD). The method
keyword is optional and it is defaulted to ALL. This supports ANY string
-as the HTTP method, meaning no validation is done to check wether it
+as the HTTP method, meaning no validation is done to check whether it
is a valid HTTP method. This allows you to create filters for any method
that your origin may require, this is especially useful if you use newer
methods that aren't know to trafficserver (such as PROPFIND) or if your
diff --git a/doc/admin-guide/files/records.config.en.rst
b/doc/admin-guide/files/records.config.en.rst
index 199ffaa..8d2c9c6 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1127,7 +1127,7 @@ ip-resolve
.. ts:cv:: CONFIG proxy.config.http.keep_alive_post_out INT 1
:overridable:
- Controls wether new POST requests re-use keep-alive sessions (``1``) or
+ Controls whether new POST requests re-use keep-alive sessions (``1``) or
create new connections per request (``0``).
.. ts:cv:: CONFIG proxy.config.http.accept_encoding_filter_enabled INT 0
diff --git a/doc/locale/ja/LC_MESSAGES/admin-guide/files/ip_allow.config.en.po
b/doc/locale/ja/LC_MESSAGES/admin-guide/files/ip_allow.config.en.po
index 4055561..88ab0e3 100644
--- a/doc/locale/ja/LC_MESSAGES/admin-guide/files/ip_allow.config.en.po
+++ b/doc/locale/ja/LC_MESSAGES/admin-guide/files/ip_allow.config.en.po
@@ -53,7 +53,7 @@ msgid ""
"specified (method=GET method=HEAD), or multiple methods can be separated by "
"an '\\|' (method=GET\\|HEAD). The method keyword is optional and it is "
"defaulted to ALL. This supports ANY string as the HTTP method, meaning no "
-"validation is done to check wether it is a valid HTTP method. This allows "
+"validation is done to check whether it is a valid HTTP method. This allows "
"you to create filters for any method that your origin may require, this is "
"especially useful if you use newer methods that aren't know to "
"trafficserver (such as PROPFIND) or if your origin uses an http-ish "
diff --git a/doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po
b/doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po
index 07df0de..eed3b9a 100644
--- a/doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po
+++ b/doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po
@@ -2106,7 +2106,7 @@ msgstr ""
#: ../../../admin-guide/files/records.config.en.rst:1121
msgid ""
-"Controls wether new POST requests re-use keep-alive sessions (``1``) or "
+"Controls whether new POST requests re-use keep-alive sessions (``1``) or "
"create new connections per request (``0``)."
msgstr ""
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].