minor: spelling

This commit is contained in:
Mike Dirolf 2009-08-20 11:50:11 -04:00
parent e65dd99667
commit fc02435777

View File

@ -22,7 +22,7 @@ module Mongo
def initialize def initialize
super super
warn "the Undefined type is deprecated and will be removed - BSON undefineds get implicitely converted to nil now" warn "the Undefined type is deprecated and will be removed - BSON undefineds get implicitly converted to nil now"
end end
end end
end end