You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/05/07 12:24:50 UTC

[trafficserver] branch master updated: Fixes spelling errors in default configuration files

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b323a6  Fixes spelling errors in default configuration files
0b323a6 is described below

commit 0b323a6aac08469d6a6fbfcf93e4d7c2b2602682
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Mon May 7 09:22:04 2018 +0100

    Fixes spelling errors in default configuration files
---
 proxy/config/hosting.config.default  | 4 ++--
 proxy/config/ip_allow.config.default | 2 +-
 proxy/config/logging.config.default  | 2 +-
 proxy/config/remap.config.default    | 2 +-
 proxy/config/socks.config.default    | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/proxy/config/hosting.config.default b/proxy/config/hosting.config.default
index e4100b6..8ebd382 100644
--- a/proxy/config/hosting.config.default
+++ b/proxy/config/hosting.config.default
@@ -12,7 +12,7 @@
 #
 # Each line must include exactly one primary specifier
 #
-#   Primiary destination specifiers are
+#   Primary destination specifiers are
 #     domain=
 #     hostname=
 #
@@ -24,7 +24,7 @@
 # don't belong to the list of hostnames in this file go to the
 # volumes specified with the hostname or domain name = '*'
 #
-# For example: to store all inktomi objects in volume 2
+# For example: to store all example.com objects in volume 2
 # hostname=www.example.com  volume=2
 # To direct all other requests to volumes 3 and 4
 # hostname=*	volume=3,4
diff --git a/proxy/config/ip_allow.config.default b/proxy/config/ip_allow.config.default
index 226bcdb..264d078 100644
--- a/proxy/config/ip_allow.config.default
+++ b/proxy/config/ip_allow.config.default
@@ -19,7 +19,7 @@
 # That means you generally want to append your rules after the ones listed here.
 #
 # Allow anything on localhost (this is the default configuration based on the
-# depricated CONFIG proxy.config.http.quick_filter.mask INT 0x482)
+# deprecated CONFIG proxy.config.http.quick_filter.mask INT 0x482)
 src_ip=127.0.0.1                                  action=ip_allow method=ALL
 src_ip=::1                                        action=ip_allow method=ALL
 # Deny PURGE, DELETE, and PUSH for all (this implies allow other methods for all)
diff --git a/proxy/config/logging.config.default b/proxy/config/logging.config.default
index e0e212e..7f623fa 100644
--- a/proxy/config/logging.config.default
+++ b/proxy/config/logging.config.default
@@ -63,7 +63,7 @@
 --  RollingEnabled value to disable all log rolling.
 --
 -- log.roll.time (number)
---  RollingEnabled value. Roll at a certain time requency, specified
+--  RollingEnabled value. Roll at a certain time frequency, specified
 --  by RollingIntervalSec, and RollingOffsetHr.
 --
 -- log.roll.size (number)
diff --git a/proxy/config/remap.config.default b/proxy/config/remap.config.default
index bfe1435..c193aa0 100644
--- a/proxy/config/remap.config.default
+++ b/proxy/config/remap.config.default
@@ -158,7 +158,7 @@
 #  Example:
 #     map ws://bar.com/ ws://foo.com/
 #
-#  Explaination: When a request comes in with the appropriate upgrade headers, Traffic Server will use this
+#  Explanation: When a request comes in with the appropriate upgrade headers, Traffic Server will use this
 #   remap rule in an attempt to establish and maintain a websocket connection.
 #
 #  Named filters can be created and applied to blocks of mappings
diff --git a/proxy/config/socks.config.default b/proxy/config/socks.config.default
index b0ead07..170fe44 100644
--- a/proxy/config/socks.config.default
+++ b/proxy/config/socks.config.default
@@ -21,7 +21,7 @@ no_socks   123.14.84.1 - 123.14.89.4, 109.32.15.2
 # We currently support Username/Password authentication
 # Format for username/password used by traffic_server when it connects to
 # the SOCKS server:
-#   auth u <user_name> <pasword>
+#   auth u <user_name> <password>
 # The letter u says it is of type username/password.
 # e.g:
 #   auth u traffic_server inktomi
@@ -36,7 +36,7 @@ no_socks   123.14.84.1 - 123.14.89.4, 109.32.15.2
 #
 # examples:
 #
-# The following rule uses internal.exaple.com:1080 as the socks server all
+# The following rule uses internal.example.com:1080 as the socks server all
 # destination addresses between 10.0.0.0 and 10.255.255.255
 #
 # dest_ip=10.0.0.0-10.255.255.255 parent="internal.example.com:1080"

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.