Skip to content

Commit 54da16f

Browse files
committed
Fix typo in comments.
1 parent 28da548 commit 54da16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/aggregation_cursor.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)