Skip to content

Commit d0a44f8

Browse files
authored
Fixed spelling mistakes in code and other files (#8205)
1 parent 39f9a4e commit d0a44f8

163 files changed

Lines changed: 286 additions & 286 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG-9.1.0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Changes with Apache Traffic Server 9.1.0
267267
#7445 - Add PROXY Protocol Builder
268268
#7446 - Add Outbound PROXY Protocol (v1/v2) Support
269269
#7450 - Move reopen_moved_log_files to log flushing thread
270-
#7451 - Unit Test - Increase openssl's key size. Place test certs into a comon test folder
270+
#7451 - Unit Test - Increase openssl's key size. Place test certs into a common test folder
271271
#7453 - Cleanup: Add SNIRoutingType
272272
#7455 - Fix Makefile target for creating changelogs
273273
#7457 - Fix comment in include/tscore/Filenames.h.
@@ -352,7 +352,7 @@ Changes with Apache Traffic Server 9.1.0
352352
#7809 - Save and propagate epoll network error
353353
#7828 - Fix so EOS are delivered to sessions in the pool
354354
#7830 - Fix a format specifier for size_t
355-
#7834 - AuTest: use exteneded help output to determine curl feature support
355+
#7834 - AuTest: use extended help output to determine curl feature support
356356
#7835 - Remove unused member from HttpSM
357357
#7842 - Extra braces for clang 5 / ubuntu 16.04 on array initialization
358358
#7858 - Adds a new --enable-all-asserts configure option

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
502502
* The implementation was written so as to conform with Netscapes SSL.
503503
*
504504
* This library is free for commercial and non-commercial use as long as
505-
* the following conditions are aheared to. The following conditions
505+
* the following conditions are adhered to. The following conditions
506506
* apply to all code found in this distribution, be it the RC4, RSA,
507507
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
508508
* included with this distribution is covered by the same copyright terms
@@ -527,7 +527,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
527527
* must display the following acknowledgement:
528528
* "This product includes cryptographic software written by
529529
* Eric Young (eay@cryptsoft.com)"
530-
* The word 'cryptographic' can be left out if the rouines from the library
530+
* The word 'cryptographic' can be left out if the routines from the library
531531
* being used are not cryptographic related :-).
532532
* 4. If you include any Windows specific code (or a derivative thereof) from
533533
* the apps directory (application code) you must include an acknowledgement:
@@ -545,7 +545,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
545545
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
546546
* SUCH DAMAGE.
547547
*
548-
* The licence and distribution terms for any publically available version or
548+
* The licence and distribution terms for any publicly available version or
549549
* derivative of this code cannot be changed. i.e. this code cannot simply be
550550
* copied and put under another distribution licence
551551
* [including the GNU Public Licence.]

README-EC2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Author: Jason Giedymin
2626
-------
2727

2828
1.0 Ubuntu Based Images
29-
This is the prefered image as Ubuntu is kept up to date by Canonical.
29+
This is the preferred image as Ubuntu is kept up to date by Canonical.
3030

3131
1.1 Ubuntu AMI Details
3232
Name: Amuxbit-Karmic-ApacheTrafficServer-AMI

build/ax_lib_curl.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# DESCRIPTION
1010
#
11-
# Checks for minimum curl library version VERSION. If successfull executes
11+
# Checks for minimum curl library version VERSION. If successful executes
1212
# ACTION-IF-SUCCESS otherwise ACTION-IF-FAILURE.
1313
#
1414
# Defines CURL_LIBS and CURL_CFLAGS.

ci/jenkins/bin/gh-mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function checkBuild() {
5353
# Check if commits have doc/ changes
5454
echo -n "$diff" | ${GREP} -F -e doc/ >/dev/null
5555
if [ 0 == $? ]; then
56-
echo "Triggerd Docs build for ${branch}"
56+
echo "Triggered Docs build for ${branch}"
5757
${CURL} -o /dev/null -s ${BASE_URL}/job/docs-${branch}/${token}
5858
fi
5959

ci/jenkins/git-jenkins-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
done
4747
)
4848

49-
# The directory names corresponsing to the branches should match the names
49+
# The directory names corresponding to the branches should match the names
5050
# used by jenkins; see jobs.yaml.
5151
branch trafficserver_3.2 3.2.x
5252
branch trafficserver_4 4.1.x

configs/strategies.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"properties": {
1010
"hosts": {
1111
"type": "array",
12-
"description": "An array of hosts assinged to a group",
12+
"description": "An array of hosts assigned to a group",
1313
"items": {
1414
"$ref": "#/definitions/Host"
1515
}

configs/strategies.yaml.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# 'hosts' is a YAML list of host's definitions and is used when defining 'groups' YAML
1515
# references are supported.
1616
# 'groups' is a YAML list that aggregates a group of hosts together and serves as the
17-
# equivalent to the rings used in parent.config. You may define upto five groups in a
17+
# equivalent to the rings used in parent.config. You may define up to five groups in a
1818
# config, see MAX_GROUPS.
1919
# 'strategies' is a YAML list of strategy definitions.
2020
#

configure.ac

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ AC_ARG_ENABLE([hwloc],
440440
AC_MSG_RESULT([$enable_hwloc])
441441

442442
#
443-
# Enble ccache explicitly (it's disabled by default, because of build problems in some cases)
443+
# Enable ccache explicitly (it's disabled by default, because of build problems in some cases)
444444
#
445445
AC_MSG_CHECKING([whether to enable ccache])
446446
AC_ARG_ENABLE([ccache],
@@ -451,7 +451,7 @@ AC_ARG_ENABLE([ccache],
451451
AC_MSG_RESULT([$enable_ccache])
452452

453453
#
454-
# Enble hardening of the executables
454+
# Enable hardening of the executables
455455
#
456456
AC_MSG_CHECKING([whether to enable hardening of the executables])
457457
AC_ARG_ENABLE([hardening],
@@ -1125,7 +1125,7 @@ if test "x${GCC}" = "xyes"; then
11251125
fi
11261126
fi
11271127

1128-
# Overrride detected architecture with the user suplied one
1128+
# Override detected architecture with the user supplied one
11291129
#
11301130
AC_ARG_WITH(architecture, [AC_HELP_STRING([--with-architecture=ARCH],[use a specific CPU architecture])],
11311131
[
@@ -1177,7 +1177,7 @@ AS_IF([test "x${enable_hardening}" = "xyes"], [
11771177

11781178
#
11791179
# Note: These are site-specific macro's that do various tests
1180-
# on the selected compilers. There was some tunning
1180+
# on the selected compilers. There was some tuning
11811181
# associated with our not wanting to use GNU for _everything_.
11821182
# Note: This macro may set certain parameters when run.
11831183
#
@@ -1210,7 +1210,7 @@ AC_CHECK_FUNCS([pthread_mutexattr_settype])
12101210
dnl XXX The following check incorrectly causes the build to succeed
12111211
dnl on Darwin. We should be using AC_SEARCH_LIBS, but rest_init is
12121212
dnl actually present in libsystem. We are searching for the library
1213-
dnl that contains the full Bind 9 API (which is acutally libresolv).
1213+
dnl that contains the full Bind 9 API (which is actually libresolv).
12141214
dnl However, the resolv API uses macros to rename it's APIs to per-version
12151215
dnl symbols, so standard autoconf macros cannot reasonably be used to
12161216
dnl check for it. We need to write custom macros to detect it properly.
@@ -2232,7 +2232,7 @@ AC_SUBST([iocore_include_dirs])
22322232
# TS_INCLUDES *not* to AM_CPPFLAGS. If you add then to AM_CPPFLAGS
22332233
# then they are always prepended to the local AM_CPPFLAGS which risks
22342234
# name collisions with in-tree files. We always want the in-tree files
2235-
# to have precendence.
2235+
# to have precedence.
22362236
AC_SUBST([TS_INCLUDES])
22372237

22382238
AS_IF([test "x$RPATH" != "x"], [

contrib/install_trafficserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function rebuild() {
185185
make clean
186186

187187
# Here is where things are dumb. We don't check for
188-
# successful builds yet. Thats in the next release.
188+
# successful builds yet. That's in the next release.
189189
# This is why I call it dumb.
190190
make
191191
make uninstall

0 commit comments

Comments
 (0)