Index: library/mongodb/tests/nx-reference-one.test =================================================================== diff -u -N -rc4f449cb353be812ba6502ef8e9587e87881f59b -r2a955681817e4db4776d7ae904babe8053c5ad74 --- library/mongodb/tests/nx-reference-one.test (.../nx-reference-one.test) (revision c4f449cb353be812ba6502ef8e9587e87881f59b) +++ library/mongodb/tests/nx-reference-one.test (.../nx-reference-one.test) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) @@ -38,7 +38,7 @@ ###################################################################### # The second approach to implement references to other objects via an -# property pointing to the object id of an other object. This is the +# property pointing to the object id of another object. This is the # classical database approach. When the object is fetched, the # application developer has to care about fetching/dereferencing the # referenced object.