From bb4aba323c4619d30973860fd0e58170b37f6ce2 Mon Sep 17 00:00:00 2001 From: Matt Hurne Date: Fri, 31 Aug 2012 08:34:21 -0400 Subject: [PATCH] Fix misspellings of "pipeline" --- source/applications/aggregation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/applications/aggregation.txt b/source/applications/aggregation.txt index 64e0feeb9f8..6772b51df96 100644 --- a/source/applications/aggregation.txt +++ b/source/applications/aggregation.txt @@ -55,7 +55,7 @@ documents. All pipeline operators process a stream of documents and the pipeline behaves as if the operation scans a :term:`collection` and passes all matching documents into the "top" of the pipeline. -Each operator in the pipleine transforms each document as it passes +Each operator in the pipeline transforms each document as it passes through the pipeline. .. note:: @@ -201,7 +201,7 @@ to scan only the matching documents in a collection. .. operator in front of the :agg:pipeline:`$project`. In future versions there may be an optimization phase in the -pipleine that reorders the operations to increase performance without +pipeline that reorders the operations to increase performance without affecting the result. However, at this time place :agg:pipeline:`$match` operators at the beginning of the pipeline when possible.