summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_unwind.cpp
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2012-10-14 03:57:18 +0000
committerTad Marshall <tad@10gen.com>2012-10-14 12:48:21 -0400
commit39e0e4af9ed4a6e8d2e158c699a89a2281c1b8bb (patch)
treef1ea7210c6f52f0ac15a56109f009706ebe414c7 /src/mongo/db/pipeline/document_source_unwind.cpp
parent918a14c42a9156086578c28e1a7311c564aac2b3 (diff)
downloadmongo-39e0e4af9ed4a6e8d2e158c699a89a2281c1b8bb.tar.gz
Fixed typos
Signed-off-by: Tad Marshall <tad@10gen.com>
Diffstat (limited to 'src/mongo/db/pipeline/document_source_unwind.cpp')
-rwxr-xr-xsrc/mongo/db/pipeline/document_source_unwind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_unwind.cpp b/src/mongo/db/pipeline/document_source_unwind.cpp
index 16e431c02d3..848251b350a 100755
--- a/src/mongo/db/pipeline/document_source_unwind.cpp
+++ b/src/mongo/db/pipeline/document_source_unwind.cpp
@@ -39,7 +39,7 @@ namespace mongo {
*/
void advance();
/**
- * @return the current document unwound from the document provided to resetDocuemnt(), using
+ * @return the current document unwound from the document provided to resetDocument(), using
* the current value in the array located at the provided unwindPath. But @return
* intrusive_ptr<Document>() if resetDocument() has not been called or the results to unwind
* have been exhausted.