minor: spelling

This commit is contained in:
Mike Dirolf 2009-08-20 11:50:11 -04:00
parent e65dd99667
commit fc02435777
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module Mongo
def initialize
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