Skip to content

Commit 825214a

Browse files
authored
Merge pull request #1452 from ovvn/2.2
Fix typo in comments.
2 parents c847e45 + 54da16f commit 825214a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/aggregation_cursor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var AggregationCursor = function(bson, ns, cmd, options, topology, topologyOptio
8282
, streamOptions: streamOptions
8383
// BSON
8484
, bson: bson
85-
// Namespae
85+
// Namespace
8686
, ns: ns
8787
// Command
8888
, cmd: cmd

lib/command_cursor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ var CommandCursor = function(bson, ns, cmd, options, topology, topologyOptions)
8484
, streamOptions: streamOptions
8585
// BSON
8686
, bson: bson
87-
// Namespae
87+
// Namespace
8888
, ns: ns
8989
// Command
9090
, cmd: cmd

0 commit comments

Comments
 (0)