diff --git a/lib/aggregation_cursor.js b/lib/aggregation_cursor.js index 0448cb064b..e6781cb2e5 100644 --- a/lib/aggregation_cursor.js +++ b/lib/aggregation_cursor.js @@ -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 diff --git a/lib/command_cursor.js b/lib/command_cursor.js index 7f07f126ad..8f596a5cec 100644 --- a/lib/command_cursor.js +++ b/lib/command_cursor.js @@ -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