Index: library/mongodb/tests/nsf-mongo.test =================================================================== diff -u -N -r75f11a9a1c2b7370a3aa39c9b7fc1b98c5da7812 -rf10f6e087eba19df21585a1776e095862306855d --- library/mongodb/tests/nsf-mongo.test (.../nsf-mongo.test) (revision 75f11a9a1c2b7370a3aa39c9b7fc1b98c5da7812) +++ library/mongodb/tests/nsf-mongo.test (.../nsf-mongo.test) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -85,7 +85,7 @@ if {1} { #::mongo::collection::delete $mongoConn tutorial.persons {} - # Drop old potenially old collection and + # Drop old potentially old collection and # recreate it as a capped collection ::mongo::run -nocomplain $mongoConn tutorial {drop string persons} puts "\nCreate a capped collection:"