Index: library/mongodb/nx-mongo.tcl =================================================================== diff -u -rd25e6ec76196ecb6bf5cdba9fec72bced9062537 -r43373d98ca07d446abec8f8f62af7c4df56207a3 --- library/mongodb/nx-mongo.tcl (.../nx-mongo.tcl) (revision d25e6ec76196ecb6bf5cdba9fec72bced9062537) +++ library/mongodb/nx-mongo.tcl (.../nx-mongo.tcl) (revision 43373d98ca07d446abec8f8f62af7c4df56207a3) @@ -434,7 +434,7 @@ # For interaction with bson structures, we provide on the class # level "bson cond" (a small dsl for a more convenient syntax in # bson queries), "bson opts" (options like e.g. ordering), "bson - # atts (a simplifed property selection) and "bson parameter" which + # atts (a simplified property selection) and "bson parameter" which # translates from a bson structure (tuple) into a dashed parameter # list used in object creation. #