Skip to content

Commit

Permalink
Merge pull request #1452 from ovvn/2.2
Browse files Browse the repository at this point in the history
Fix typo in comments.
  • Loading branch information
christkv authored Jan 11, 2017
2 parents c847e45 + 54da16f commit 825214a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/aggregation_cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var AggregationCursor = function(bson, ns, cmd, options, topology, topologyOptio
, streamOptions: streamOptions
// BSON
, bson: bson
// Namespae
// Namespace
, ns: ns
// Command
, cmd: cmd
Expand Down
2 changes: 1 addition & 1 deletion lib/command_cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var CommandCursor = function(bson, ns, cmd, options, topology, topologyOptions)
, streamOptions: streamOptions
// BSON
, bson: bson
// Namespae
// Namespace
, ns: ns
// Command
, cmd: cmd
Expand Down

0 comments on commit 825214a

Please sign in to comment.