lib/mongo/uri.rb in mongo-2.7.1 vs lib/mongo/uri.rb in mongo-2.7.2
- old
+ new
@@ -153,10 +153,10 @@
# Error details for a non-urlencoded unix socket path.
#
# @since 2.1.0
UNESCAPED_UNIX_SOCKET = "UNIX domain sockets must be urlencoded.".freeze
- # Error details for a non-urlencoded auth databsae name.
+ # Error details for a non-urlencoded auth database name.
#
# @since 2.1.0
UNESCAPED_DATABASE = "Auth database must be urlencoded.".freeze
# Error details for providing options without a database delimiter.