Grammar and spelling errors in records.config
---------------------------------------------
Key: TS-269
URL: https://issues.apache.org/jira/browse/TS-269
Project: Traffic Server
Issue Type: Bug
Environment: Any
Reporter: James Henderson
Priority: Trivial
This diff fixes all the spelling and grammar errors I found in records.config,
it was generated against the latest dev branch.
***********
Index: proxy/config/records.config.in
===================================================================
--- proxy/config/records.config.in (revision 926573)
+++ proxy/config/records.config.in (working copy)
@@ -215,7 +215,7 @@
# 0x0200 - TRACE
# 0x0400 - PUSH
# bits 18-16 - IP address type
-# reserverd
+# reserved
# bits 30-17 - reserved
# bit 31 - Action (allow=1, deny=0)
# Note: if 'proxy.config.http.quick_filter.mask' is equal 0, there is no
'quick http filtering' at all
@@ -567,7 +567,7 @@
# Connection Collapsing
#
##############################################################################
- # Adds the ability to collaspe connections going to the orgin server
+ # Adds the ability to collapse connections going to the origin server
# see Admin Guide Addendum for more details
CONFIG proxy.config.connection_collapsing.hashtable_enabled INT 0
CONFIG proxy.config.connection_collapsing.rww_wait_time INT 0
@@ -577,11 +577,11 @@
# Debugging
#
##############################################################################
- # uses a regular express to match the debugging topic name, performace
- # will be effected!
+ # Uses a regular express to match the debugging topic name, performance
+ # will be affected!
CONFIG proxy.config.diags.debug.enabled INT 0
CONFIG proxy.config.diags.debug.tags STRING http.*|dns.*
- # great for tracking down memory leaks, but you need to use the
+ # Great for tracking down memory leaks, but you need to use the
# ink allocators
CONFIG proxy.config.dump_mem_info_frequency INT 0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.