You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/08/05 01:44:21 UTC

[trafficserver] branch master updated: Spell "pseudo" correctly.

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  a95bb44   Spell "pseudo" correctly.
a95bb44 is described below

commit a95bb447f3c3eb3f7514bdc95261fbb7feede76b
Author: James Peach <jp...@apache.org>
AuthorDate: Fri Aug 5 11:43:48 2016 +1000

    Spell "pseudo" correctly.
---
 doc/developer-guide/architecture/architecture.en.rst                  | 2 +-
 .../ja/LC_MESSAGES/developer-guide/architecture/architecture.en.po    | 2 +-
 lib/ts/RbTree.cc                                                      | 2 +-
 proxy/http2/HTTP2.cc                                                  | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/developer-guide/architecture/architecture.en.rst b/doc/developer-guide/architecture/architecture.en.rst
index ba72d99..4f92456 100644
--- a/doc/developer-guide/architecture/architecture.en.rst
+++ b/doc/developer-guide/architecture/architecture.en.rst
@@ -1136,7 +1136,7 @@ combined across all stripes, then sorted by the random values. The resulting
 array is sampled for every slot in the stripe assignment table by dividing the
 maximum random value by the size of the assignment table and using the value
 midway between each multiple of the result of the division. The coalesced
-psuedo-random sequence is scanned for each sample in turn and the first number
+pseudo-random sequence is scanned for each sample in turn and the first number
 not greater than the sample is found. The stripe associated with that value is
 used for that assignment table entry.
 
diff --git a/doc/locale/ja/LC_MESSAGES/developer-guide/architecture/architecture.en.po b/doc/locale/ja/LC_MESSAGES/developer-guide/architecture/architecture.en.po
index 4d79c26..692dd75 100644
--- a/doc/locale/ja/LC_MESSAGES/developer-guide/architecture/architecture.en.po
+++ b/doc/locale/ja/LC_MESSAGES/developer-guide/architecture/architecture.en.po
@@ -2443,7 +2443,7 @@ msgid ""
 "resulting array is sampled for every slot in the stripe assignment table by "
 "dividing the maximum random value by the size of the assignment table and "
 "using the value midway between each multiple of the result of the division. "
-"The coalesced psuedo-random sequence is scanned for each sample in turn and "
+"The coalesced pseudo-random sequence is scanned for each sample in turn and "
 "the first number not greater than the sample is found. The stripe "
 "associated with that value is used for that assignment table entry."
 msgstr ""
diff --git a/lib/ts/RbTree.cc b/lib/ts/RbTree.cc
index 958c6e5..c058ea4 100644
--- a/lib/ts/RbTree.cc
+++ b/lib/ts/RbTree.cc
@@ -256,7 +256,7 @@ namespace detail
       self *n      = this;
       self *parent = n->_parent;
 
-      // If @a direction is set, then we need to start at a leaf psuedo-node.
+      // If @a direction is set, then we need to start at a leaf pseudo-node.
       // This is why we need @a parent, otherwise we could just use @a n.
       if (NONE != d) {
         parent = n;
diff --git a/proxy/http2/HTTP2.cc b/proxy/http2/HTTP2.cc
index 00a09b0..86b92cd 100644
--- a/proxy/http2/HTTP2.cc
+++ b/proxy/http2/HTTP2.cc
@@ -646,7 +646,7 @@ http2_decode_header_blocks(HTTPHdr *hdr, const uint8_t *buf_start, const uint32_
   }
 
   if (!is_trailing_header) {
-    // Check psuedo headers
+    // Check pseudo headers
     if (hdr->fields_count() >= 4) {
       if (hdr->field_find(HTTP2_VALUE_SCHEME, HTTP2_LEN_SCHEME) == NULL ||
           hdr->field_find(HTTP2_VALUE_METHOD, HTTP2_LEN_METHOD) == NULL ||
@@ -657,7 +657,7 @@ http2_decode_header_blocks(HTTPHdr *hdr, const uint8_t *buf_start, const uint32_
         return HTTP2_ERROR_PROTOCOL_ERROR;
       }
     } else {
-      // Psuedo headers is insufficient
+      // Pseudo headers is insufficient
       return HTTP2_ERROR_PROTOCOL_ERROR;
     }
   }

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].