Updated Branches:
  refs/heads/master d2ce472bb -> 2b052f35b

more misspelled words. eee!


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2b052f35
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2b052f35
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2b052f35

Branch: refs/heads/master
Commit: 2b052f35b0b25936aecaf9b3fae1b9a14fd29e77
Parents: d2ce472
Author: Igor Galić <[email protected]>
Authored: Wed Dec 18 08:47:32 2013 +0100
Committer: Igor Galić <[email protected]>
Committed: Wed Dec 18 08:47:32 2013 +0100

----------------------------------------------------------------------
 doc/arch/cache/cache-arch.en.rst                                   | 2 +-
 .../adding-statistics/viewing-statistics-using-traffic-line.en.rst | 2 +-
 lib/atscppapi/src/include/atscppapi/Headers.h                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2b052f35/doc/arch/cache/cache-arch.en.rst
----------------------------------------------------------------------
diff --git a/doc/arch/cache/cache-arch.en.rst b/doc/arch/cache/cache-arch.en.rst
index 7fefc09..0018c3a 100644
--- a/doc/arch/cache/cache-arch.en.rst
+++ b/doc/arch/cache/cache-arch.en.rst
@@ -139,7 +139,7 @@ size <dir-size>` which is at least as big as the actual 
data. Exact size data is
 The entries in a directory are grouped. The first level grouping is a 
*bucket*. This is a fixed number (currently 4 -
 defined as ``DIR_DEPTH``) of entries. The index generated from a cache ID is 
used as a bucket index (not an entry index).
 Buckets are grouped in to *segments*. All segments in a stripe have the same 
number of buckets. The number of segments
-in a stripe is chosen so that each segment has as many buckets as possible 
without exceeeding 65535 (2\ :sup:`16`\ -1)
+in a stripe is chosen so that each segment has as many buckets as possible 
without exceeding 65535 (2\ :sup:`16`\ -1)
 entries in a segment. Note that all segments in the same stripe will have the 
same number of buckets.
 
 .. figure:: images/dir-segment-bucket.png

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2b052f35/doc/sdk/adding-statistics/viewing-statistics-using-traffic-line.en.rst
----------------------------------------------------------------------
diff --git 
a/doc/sdk/adding-statistics/viewing-statistics-using-traffic-line.en.rst 
b/doc/sdk/adding-statistics/viewing-statistics-using-traffic-line.en.rst
index 895c0c1..706deb0 100644
--- a/doc/sdk/adding-statistics/viewing-statistics-using-traffic-line.en.rst
+++ b/doc/sdk/adding-statistics/viewing-statistics-using-traffic-line.en.rst
@@ -18,7 +18,7 @@ Viewing Statistics Using Traffic Line
   specific language governing permissions and limitations
   under the License.
 
-.. XXX: This documentation seeems to be dupplicated from the admin docs.
+.. XXX: This documentation seems to be dupplicated from the admin docs.
 
 To view statistics for your plugin, follow the steps below:
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2b052f35/lib/atscppapi/src/include/atscppapi/Headers.h
----------------------------------------------------------------------
diff --git a/lib/atscppapi/src/include/atscppapi/Headers.h 
b/lib/atscppapi/src/include/atscppapi/Headers.h
index c83c5c8..2a41907 100644
--- a/lib/atscppapi/src/include/atscppapi/Headers.h
+++ b/lib/atscppapi/src/include/atscppapi/Headers.h
@@ -242,7 +242,7 @@ public:
 
   /**
    * Remove all values from this HeaderField
-   * @return true if the clear succeeeds.
+   * @return true if the clear succeeds.
    */
   bool clear();
 

Reply via email to