From 68c1b3dda40f39c96d4a3846755f8502cc23c671 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Thu, 30 Aug 2012 18:25:25 -0300 Subject: [PATCH] typos c/equivelent/equivalent/ --- source/tutorial/aggregation-examples.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/tutorial/aggregation-examples.txt b/source/tutorial/aggregation-examples.txt index 60ef818a5ab..84c2f48de6a 100644 --- a/source/tutorial/aggregation-examples.txt +++ b/source/tutorial/aggregation-examples.txt @@ -116,7 +116,7 @@ In the above example, the pipeline passes all documents in the which have the same format as the documents output by :agg:pipeline:`$group`. -The equivelent :term:`SQL` for this operation is: +The equivalent :term:`SQL` for this operation is: .. code-block:: sql @@ -182,7 +182,7 @@ The final output of this aggregation operation is: .. Will uncomment this section when we get the SQL - The equivelent :term:`SQL` for this operation is: + The equivalent :term:`SQL` for this operation is: .. code-block:: sql @@ -299,6 +299,6 @@ The final output of this aggregation operation is: .. will uncomment this block when we get the SQL - The equivelent :term:`SQL` for this operation is: + The equivalent :term:`SQL` for this operation is: .. code-block:: sql